When trying to 'View Data', SQLyog tries something like:
“select * from `name-of-db`.`name-of-table` limit ,”
and gives error:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Same goes for trying to insert/update. Is there a way to fix it?