I try to do:
select * from 'foo-bar';
in the mysql CLI but I get a syntax error near ''foo-bar''. I guess that is due to the hyphen in the table name.
How can i resolve that issue?
I try to do:
select * from 'foo-bar';
in the mysql CLI but I get a syntax error near ''foo-bar''. I guess that is due to the hyphen in the table name.
How can i resolve that issue?