gowthaman ramasamy <[EMAIL PROTECTED]> wrote:
> On Thu, 2004-03-25 at 21:23, Victoria Reznichenko wrote:
> thank you dear victoria
> it says 1024. How can i increase it?.
Use SET command. For example:
SET @@global.group_concat_max_len=5000;
or
SET @@session.group_concat_max_len=50
On Thu, 2004-03-25 at 21:23, Victoria Reznichenko wrote:
thank you dear victoria
it says 1024. How can i increase it?.
>
> Check value of group_concat_max_len system variable:
>
> SELECT @@session.group_concat_max_len;
--
MySQL General Mailing List
For list archives: http://lists.mys
gowthaman ramasamy <[EMAIL PROTECTED]> wrote:
> hello list,
> this is a MySQL realted question
>
> I have a mySQL table with 15 columns. I query that table and group
> (using GROUP_CONCAT) them based on one filed (say coloumn1). I get the
> results. But, the result is truncated in some of the line
hello list,
this is a MySQL realted question
I have a mySQL table with 15 columns. I query that table and group
(using GROUP_CONCAT) them based on one filed (say coloumn1). I get the
results. But, the result is truncated in some of the lines. It gets
truncated exactly after 1032th character of tha