最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
mysql sql删除数据库命令
时间:2022-11-14 23:37:43 编辑:袖梨 来源:一聚教程网
DROP DATABASE
SHOW DATABASES;
CREATE DATABASE myDatabase;
SHOW DATABASES;
drop database myDatabase;
SHOW DATABASES;
常见问题解决
DROP
老是说 mysql教程> drop second;
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 'secon
d' at line 1
不知道是什么出了问题
drop table second;
mysql 没用过,sql都应该差不多,不知道对不.