Chapter 12 DBMS-Specific Features


MySQL

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

Note   Deprecated versions
The DBMSs for MySQL v3.22 and 3.23 are deprecated.

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'

 


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