Hi y'all,

I'ld like to accomplish something like:

set @myvar=concat_ws(",",(SELECT column from table1 order by column; 
where ...))

or 

select concat_ws(",",(SELECT column from table1 order by column where ...));

for further usage in sql-scripts

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to