more examples (tested on Firefox+Windows and Chrome+Windows): this works SELECT field1 FROM /* okay */ database.table a WHERE a.field1 != 'sometext' LIMIT 1 this doesn't: SELECT field1, field2 FROM /* bad */ database.table a WHERE a.field1 != 'sometext' LIMIT 1
edit: wherever you see / xxx / you should assume it is using slash+asterisk xxxx asterisk+slash type of comment, the asterisk was stripped in my post for whatever reason
Adminer crashes when executing SQL statements with comments at certain location