I'm facing a problem with mysql. A query select * from range;
works on mysql 5.0.22 but does not work mysql 5.1.61. but it works with backtick:
i.e.
select * from `range`;
Kindly help in this regard.
I want mysql 5.1.61 to execute the query without backtick (`)