摘要: 一:操作表 创建表 create table t_user( id number(3,0),name varchar(100),sex char(2),birthday date); 查看表 desc t_user; // (show tables是MySQL的命令) 添加列 alter table 阅读全文
posted @ 2019-12-25 13:35 夏夜凉凉 阅读(333) 评论(0) 推荐(0) 编辑