How can I use the "Select" statment from a table with a name that contains blankspaces?
Posted
by yelinna
on Stack Overflow
See other posts from Stack Overflow
or by yelinna
Published on 2010-03-30T20:30:33Z
Indexed on
2010/03/30
20:33 UTC
Read the original article
Hit count: 237
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"?
© Stack Overflow or respective owner