Does MySQL have a string contatenation operator, or must you use the
CONCAT() function?

SELECT firstname + ' ' + lastname AS fullname
FROM customers


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

Reply via email to