2022年1月28日
摘要: 创建表 create table student ( name varchar(20) , lesson varchar(20), mark float ) ; 插入数据 insert into student values('john','Math',60); insert into studen 阅读全文
posted @ 2022-01-28 10:55 boye169 阅读(2073) 评论(0) 推荐(0) 编辑