Mysql
 sql >> Database >  >> RDS >> Mysql

Usare le parole chiave MySQL in una query?

Usa i backtick:

INSERT INTO PendingPasswordRecovery (`key`, `userID`, `TimeModified`, `TimeCreated`, `TimeDeleted`, `IsDeleted`) VALUES ('test123', 1, '2011-07-26 16:26:56', '2011-07-26 16:26:56', '1000-01-01 00:00:00', false)

Ho aggiunto backtick a tutti i nomi delle colonne, ma potresti farlo semplicemente per la parola chiave. I backtick sono chiamati "caratteri virgolette identificativi ". Per ulteriori informazioni, vedere:http://dev .mysql.com/doc/refman/5.1/en/reserved-words.html e http://dev.mysql.com/doc/refman/ 5.1/en/identifiers.html