摘要:
drop table T_USER; commit; --创建数据表 create table T_USER( User_Id int not null PRIMARY KEY, User_Name varchar(20) not null, Age int not null, sex varcha 阅读全文
posted @ 2021-08-15 18:25
吴裕雄
阅读(61)
评论(0)
推荐(0)