- show databases;
- use 数据库名;
- show tables;
- desc 表名; 查看表结构
- select * from 表名; 查看该表所有数据
- select distinct * from 表名; 查看该表所有字段不重复的数据
- drop table 表名; 删除数据表

相关文章:
-
2021-10-05
-
2021-08-18
-
2021-10-13
-
2021-06-21
-
2022-01-09
-
2022-01-24
-
2021-10-27
-
2021-07-22
猜你喜欢
-
2021-06-10
-
2021-12-17
-
2021-12-06
相关资源
-
下载
2023-01-15
-
下载
2021-06-05
-
下载
2022-12-18