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