Chapter 15 DBMS-Specific Features


MySQL

Note that when developing for MySQL and using double quotes as a delimiter, it is necessary to set the sql_mode to ANSI_QUOTES:

SET sql_mode='ANSI_QUOTES'

This section describes features specific to the MySQL family of databases.

 


Copyright (C) 2007. Sybase Inc. All rights reserved.