完全照著輸入就是報錯?。【让。?!
CREATE DATABASE IF NOT EXISTS 'shop';
USE 'shop';
反饋是:
MySQL 返回:文檔
#1064 - 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 ''shop'' at line 1
CREATE DATABASE IF NOT EXISTS 'shop';
USE 'shop';
反饋是:
MySQL 返回:文檔
#1064 - 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 ''shop'' at line 1
2015-05-28