MySQL Forums
Forum List  »  Newbie

Re: reserved words
Posted by: Shantanu Oak
Date: May 20, 2005 11:57PM

CREATE TABLE `PHPAUCTIONXL_auctionextension` (
`status` enum('enabled','disabled') NOT NULL default 'enabled',
`before` int(11) NOT NULL default '0',
`extend` int(11) NOT NULL default '0'
) TYPE=MyISAM

Add backticks (near Tab key on the keyboard) if you insist on using reserved words as column names.

Options: ReplyQuote


Subject
Written By
Posted
May 20, 2005 10:04PM
Re: reserved words
May 20, 2005 11:57PM


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.