摘要:
1、 查询Student表中的所有记录的Sname、Ssex和Class列。(select sname,ssex,class from student) Students.Select(s=> new { sname=>s.sname,ssex=>s.ssex, class=>s.class})li 阅读全文
posted @ 2017-09-20 14:06
余生请你多指教
阅读(189)
评论(0)
推荐(0)
摘要:
alter table TAB_user add (personal varchar2(30) default '用户名' not null);alter table TAB_user modify (personal number(4) default null);alter table TAB_ 阅读全文
posted @ 2017-09-20 13:57
余生请你多指教
阅读(184)
评论(0)
推荐(0)