Change the value of the SQL_MODE parameter to PIPES_AS_CONCAT.
mysql> mysql> SET @@SQL_MODE = 'PIPES_AS_CONCAT'; Query OK, 0 rows affected (0.00 sec) mysql> mysql>