The variable 'group_concat_max_len' has a default of 1024 (1K)

Add this to you're my.cnf to make it 8K

[mysqld]
group_concat_max_len=8192

------------------

Another way without altering 'group_concat_max_len' is
To manually concatenate the string pieces with blanks in between
The only limit is the size of the VARCHAR field

-----Original Message-----
From: Andrey Dmitriev [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 08, 2008 12:34 AM
To: mysql@lists.mysql.com
Subject: group_concat display limit

All,

We are using group_concat but there seems to be some sort of display
limit.
Is there are a way to unset or increase it?

Thanks,
Andrey


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

Reply via email to