Hello.

fields of type TEXT and VARCHAR are not CONCATenating
in version 3.23.42 under Windows 98.

i'm using ActivePerl & DBI:mysql module;


1. create table a_table (Name char(16), Info text)
2. insert # blah blah blah...
3. select concat(Name, ' ', Info) from a_table


result is empty without any regard to content of inserted above rows.

in version 3.21.?? such a thing works correctly.


Windows 98 version 4.10.2222

sorry for short report due to my bad english

-- 
Best regards,
 Arkady                          mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to