当前位置:网站首页>SQL constraints
SQL constraints
2022-07-19 06:41:00 【hello,world_ yzs】
Put into production today , Because the constraints are stuck for a long time
cause :
Change the table structure , Change the fields that cannot be empty into fields that can be empty .
sql:
alter table tablename modify Field name null;
In this way, the corresponding non empty constraints should be deleted together , I don't know why not , You need to delete one by one manually .
external conditions :
1.plsql Do not show constraints
2. Production environment sql The table results are different from the table structure of the test environment
The root cause :
Understanding of constraints
The operation of querying and creating constraints is unclear
mysql Check constraint _MySQL Database access sql Statement to add constraints and view constraints
oracle constraint_type problem
The leader said not to change the database structure casually
If it is not empty, it can be written to death , Then the code determines that the value is not displayed
边栏推荐
- F5 GTM(一):DNS参数
- Perception de l’état d’attention des utilisateurs sur les smartphones
- 《PyTorch深度学习实践》-B站 刘二大人-day5
- EOG based eye movement detection and gaze estimation for an asynchronous virtual keyboard
- 网络层及ip学习
- Salgaze: personalized gaze estimation using visual saliency
- 5-17 hidden student services of Shaanxi University of science and technology
- Part of the second Shanxi Network Security Skills Competition (Enterprise Group) WP (IV)
- DSL implements bucket aggregation
- JS variable promotion
猜你喜欢

Learning non posture gaze deviation with head movement

Antd is not defined

Arabic numerals to Chinese

机器人缝合手势识别和分类

Daily eye contact detection uses unsupervised gaze target detection

Robot stitching gesture recognition and classification

Vcenter6.7安装及排错

通過VOR深度估計解决三維注視交互中的目標模糊問題

Design and implementation of a gesture control system for tablet computer based on gaze

Restapi implementation of automatic completion & case implementation (search box input for automatic completion)
随机推荐
Local makefile compile other folder files specify obj directory
[force buckle] design cycle queue
Vscode Tips 1
网络层及ip学习
Experiment class II and object definition initialization
Creation and implementation of WebService interface
过拟合原因及解决办法
山西省第二届网络安全技能大赛(企业组)部分赛题WP(二)
Mapping index attribute & operation of creating index
基于运动和视觉突出性的自我视频中的注意预测
[force buckle] bracket matching
JS variable promotion
Experiment 3 inheritance and derived classes
数据库的查询(二)
lock
Preparation of blast Library of rust language from scratch (2) -- detailed explanation of Blas matrix format
吴恩达机器学习第8-9章
Salgaze: personalized gaze estimation using visual saliency
使用候选选择从人类注视中学习视频显著性
二分查找及其引申