View Single Post
  #27 (permalink)  
Old 08-16-2007, 11:42 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Use on group_concat

Quote:
Originally Posted by Murali View Post
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
Reply With Quote