MySQL Forums
Forum List  »  Newbie

Re: Insert Into Table Syntax
Posted by: Nick Roper
Date: August 15, 2004 02:53AM

Hi Jay,

order is a reserved word, as it represents a component of SQL., i.e:

ORDER BY ...

The quotes will be required to identify it as a name, rather than as a the start of an SQL clause.

Nick

--
Nick Roper

Options: ReplyQuote


Subject
Written By
Posted
August 14, 2004 08:29PM
Re: Insert Into Table Syntax
August 15, 2004 02:53AM
August 15, 2004 09:55AM


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.