Hi there,
i need to do an aggregation on a text field something like a concatenation on a column.
Imagine to have a column called NAME in the table T
i would love to do something like
select SUM(NAME) form T
and have as output "name1, name2, name2 ... etc"
is it possibile without use a stored procedure (that i've not in mysql 4) ??
Thanks in advance