How can I use the "Select" statment from a table with a name that contains blankspaces?
- by yelinna
When using this SQL query:
"Select * from table_name"
what happens if the name of the table contains blankspaces? Is there an special SQL sintax for selecting a table with a name such as "Author Code"?