时间:2021-07-01 10:21:17 帮助过:10人阅读
创建表:
create table student_info
(
student_id int,
student_name varchar(20),
);
查看数据表:show columns from 表名
修改表:alter table 表名 修改内容;
交换表名:rename
rename table
xxxx to aaaa,
bbbb to xxxxx,
aaaa to bbbb;
删除表
drop table if exist student_cop2;
SQL语言
标签:char rename 创建表 区分大小写 round 字符集 服务器 建议 base