Bug #26248 SELECT `ID` From table produce error.
Submitted: 10 Feb 2007 1:56 Modified: 23 Feb 2007 8:19
Reporter: Sam Wije Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.2.9 rc OS:Windows (Windows XP)
Assigned to: Mike Lischke CPU Architecture:Any

[10 Feb 2007 1:56] Sam Wije
Description:
SELECT `ID` from groups ;
produce following error in MySQL Query Browser. (Same command run fine on mysql client command line)
"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 ' ID   `ID` from groups' at line 1"

If you type following withough quotes it execute and give me result. 
SELECT ID from groups ;

How to repeat:
Run any select statement with `quotes`.

Suggested fix:
Bug Fix...
[11 Feb 2007 16:17] MySQL Verification Team
Thank you for the bug report.
[23 Feb 2007 8:19] Mike Lischke
I cannot repeat the described behavior. I can even mix quoting styles (if ANSI quotes are enabled) like

SELECT `Host` FROM `mysql`."db";

and that works well. It might be related to bug #25778 which I already fixed as it has to do with the same parsing code.