Home is where I hang my @
Status
Offline
There is just so much I could learn about MySQL, I still haven't got around to learning everything about Oracle yet after 10yrs, and that's my job!
Found this:
--quote-names, -Q
Quote database, table, and column names within '`' characters. If the server SQL mode includes the ANSI_QUOTES option, names are quoted within '"' characters. As of MySQL 4.1.1, --quote-names is on by default, but can be disabled with --skip-quote-names.
And this:
--allow-keywords
Allow creation of column names that are keywords. This works by prefixing each column name with the table name.
Dan
Last edited by DanielCoe; 21-07-05 at 05:39 PM.
Bookmarks