View Single Post
  #2 (permalink)  
Old 05-15-2008, 09:34 PM
ELfaGeek7562 ELfaGeek7562 is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Rep Power: 0
ELfaGeek7562 is on a distinguished road
I named an SQL table "order" but there is already an 'order' command. How do I show that it's a table name?

"order" is a reserved word and can't be used for field names.Rename it to OrderNum or Order#, for example.To learn about the use of single and double quotes, in SQL, click on the Help Tab.
Reply With Quote