Re: Use on group_concat Quote:
Originally Posted by Murali Hi,
Have u noticed one thing, Code: SELECT GROUP_CONCAT(Field_name) FROM table_name LIMIT 0,10; But didn't get the expected result? | Hi Marali,
group_concat is getting only 4294967296(2^32) chars at the Maximum in a select query
__________________ With,
J. Jeyaseelan Everything Possible |