摘要: -- 同学持有的手机记录表 create table student_phone ( id int primary key, stu_name varchar2(20), phone varchar2(200)) insert into student_phone values (1,'小红','华 阅读全文
posted @ 2017-03-13 14:32 一怒成仙 阅读(21617) 评论(0) 推荐(0)