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=5000;

        
> 
>> 
>> Check value of group_concat_max_len system variable:
>> 
>>       SELECT @@session.group_concat_max_len;
> 
> 
> 
> 
> 


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to