Code: Select all
select * from TableName
But if I use the quotation chars for the table name:
Code: Select all
select * from `TableName`
svn branch/testing (MySQL)
Moderators: EgonHugeist, mdaems
Code: Select all
select * from TableName
Code: Select all
select * from `TableName`