来啦,已经跑了好几圈啦....
Canvas is not supported in your browser.
摘要: 1.检查约束 ( check ) 某列取值范围限制、格式限制等 2.检查只能是男或者女 create table test29( id number primary key, sex varchar2(2) check(sex in ('男,女')) ); create table test30( 阅读全文
posted @ 2020-04-26 20:56 fangpengcheng_方鹏程 阅读(1259) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-04-26 11:03 fangpengcheng_方鹏程 阅读(0) 评论(0) 推荐(0) 编辑