MySQL Syntax error - table name -



MySQL Syntax error - table name -

i'm running unusual problem mysql not table name.

mysql> drop table if exists 6e0ou1qgku7pj6ycqf0u_results; error 1064 (42000): have error in sql syntax; check manual corresponds mysql server version right syntax utilize near '6e0ou1qgku7pj6ycqf0u_results' @ line 1 mysql> drop table if exists 6epgz4xkzfkd6a9e1asp_results; query ok, 0 rows affected (0.00 sec) mysql>

any thought why first query has syntax error while sec query allowed?

it's 6e0, sql parser thinks number in scientific notation: 6 * 100.

mysql

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -