Re: MySQL KeyWords WorkAround
Use back-ticks to quote the identifier:
CREATE TABLE TEST (`LEFT` INT);
Better to avoid using the keyword so you don't have to remember back-ticks every single time you want to refer to it.
Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535
Blog:
http://www.openwin.org/mike
"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine
Subject
Views
Written By
Posted
8742
October 22, 2004 12:09PM
3682
October 22, 2004 03:11PM
Re: MySQL KeyWords WorkAround
4985
October 25, 2004 10:39AM
2913
November 11, 2004 09:18AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.