| 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.
|