I was asked today about the ANSI_QUOTES SQL mode.
According to http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html, ANSI_QUOTES mode changes the functionality of double quotes (") to be like the backtick (`). Normally the functionality of double quotes is more like that of single quotes (').
You might use this when you have a table with ...

Post new comment