|
原帖由 lph3891 于 2008-5-5 14:49 发表 ![]()
mysql> creat database goods;
ERROR 1064 (42000): 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 'creat
database goods' at line 1
mysql>
我真想问下,兄台....你学过SQL语法嘛
creat database goods;
怎么又写错了呢 正确写法: create database goods; |
|