sql - MySQL - Renaming table named "TABLE 12" -


this question has answer here:

i'm trying pass problem... namely can't rename table named "table 12" imported. got response:

#1064 - have error in sql syntax; check manual corresponds mysql server version right syntax use near ''table 12' categories' @ line 1 

use ` instead of ' quote database/table/field-names in mysql. e.g.:

rename table `table 12` `categories` 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -