This topic created in 4538 days ago, the information mentioned may be changed or developed.
In SQL, how do you acess tables with name "match"?
"select * from match" gives me SQL syntax error.
I tried "select * from [match]","select * from "match"", "select * from 'match'". Unfortunately none of these work.
Is there a way around this? I didnt make the database schema so please dont say change the table name.
Thanks.
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
2
zorceta Nov 29, 2013
我想问的是 你是怎么用保留关键字创建表的-.-
|