Change the value of the SQL_MODE parameter to PIPES_AS_CONCAT. : Global Variables « Command MySQL « SQL / MySQL
- SQL / MySQL
- Command MySQL
- Global Variables
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>
Related examples in the same category