yijierui

1、表达式:check <表达式>

 

 2、修改表时添加约束条件:alter table table_name add constraint  列名  check  <表达式>;

 

 3、删除约束条件:alter table table_name  drop constraint 列名;

 

分类:

技术点:

相关文章:

  • 2021-12-03
  • 2021-11-07
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2021-09-26
  • 2021-12-04
  • 2021-07-12
  • 2021-10-19
  • 2022-12-23
  • 2022-01-31
相关资源
相似解决方案