mysqldump -Q

--quote-names, -Q

           Quote database, table, and column names within “‘” characters. If the ANSI_QUOTES SQL mode is enabled, names are quoted within “"”
           characters. This option is enabled by default. It can be disabled with --skip-quote-names, but this option should be given after any option
           such as --compatible that may enable --quote-names.

 

 

 

你可能感兴趣的:(linux,SQL)