摘要:
--插入函数实例 create table stu( stu_name varchar(100) null, stu_age int);insert into stu values('张三',88);insert into stu values('asd',66);insert into stu v 阅读全文
posted @ 2016-04-10 12:28
梦想成为大牛的疯子
阅读(172)
评论(0)
推荐(0)