try

select concat(lower(last_name),id) from client where prim_id=1

bastien


From: blackwater dev <[EMAIL PROTECTED]>
Reply-To: blackwater dev <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] mysql 4.1-4.0
Date: Wed, 2 Feb 2005 15:35:08 -0500

Why is this query handled differently in 4.1?

4.0
select lower(concat(last_name,id)) from client where prim_id=1
returns johnson1

4.1
same query returns Johnson1

Why don't the lower work in 4.1 when you concatonate with a number?

Thanks!

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to