<div dir="ltr">Hi all,<br /><br />I was wondering if there is a way to concatenate the results of a field in a select
toreturn it as a single string.<br /><br />Example :<br /><br />my_field<br />--------------<br />1<br />2<br />3<br
/><br/>select concat_something(my_field) from my_table group by something;<br /> the result expected would be someting
likethat : 1/2/3 (with a separator it would be really nice)<br /><br />I hope that I am not asking for too much ;)<br
/><br/>Thanks to all<br /></div>