当前位置:网站首页>MySQL check constraint
MySQL check constraint
2022-08-05 12:15:00 【Summer Invasion Bug Project】
MySQL constraint check
Conditions that must be met to enforce row data
Assume that the check constraint is defined in the salary column, and the salary column value is required to be between 10002000 and an error will be reported if it is not between 10002000
- Hint: Both oracle and sql server support check, but the lower version of mysql only supports it in syntax, but it will not take effect
//Use of checkSyntax: field name type check(check condition)Example: sex varchar(6) check(sex inspan>('man','woman'))//mysql5.7 only supports syntax, but it will not take effect
边栏推荐
- Small household appliance industry supply chain collaborative management system: help enterprises break through market competition and strengthen the rapid response capability of the supply chain
- Detailed analysis of the three cluster strategies of Redis
- MySQL约束之check
- 软件设计七大原则之开闭原则(Open-Closed Principle, OCP)
- Grid Infrastructure Installation Fails with Error
- C语言例题-打印日历
- AVL树大总结
- The memory problem is difficult to locate, that's because you don't use ASAN
- 2022.08.03_Daily Question
- 食品饮料行业B2B商城系统:加速行业数字化转型,提升B2B平台交易效率
猜你喜欢
随机推荐
2022.08.04_Daily Question
IPMP、PMP、CPMP三个证书该如何选择,有什么区别,哪个对于工作上的
自从用了 Kiali 以后才知道,配置 Istio 的 流量管理 是如此容易
What is a buffer (buffer) and what is a cache (cache)
Shang Silicon Valley-JVM-Performance Monitoring and Tuning (P302~P381)
Face the summary - club resort - 6 years
CC2530之ADC采集
2022.08.01_Daily Question
The difference between MySQL's InnoDB and MyISAM
Mysql8基础知识
2022.08.03_每日一题
How does the bank transaction system ensure strong consistency of data transactions?Via the database component?How to ensure the normal consistency of database transaction data under high concurrency?
尚硅谷-JVM-性能监控与调优篇(P302~P381)
2022华数杯C:插层熔喷非织造材料的性能控制研究
OGC WebGIS 常用服务标准(WMS/WMTS/TMS/WFS)速查
STM32H743IIT6 study notes 01 - CubeMX new project file
D-Desthiobiotin-PEG4-Maleimide主要物理性质特点 !
MYSQL 查询重复数据
文盘Rust -- 配置文件解析
Small household appliance industry supply chain collaborative management system: help enterprises break through market competition and strengthen the rapid response capability of the supply chain