提交 497e6f14 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation

上级 af17bd12
...@@ -1614,6 +1614,8 @@ primary key column of this table (unlike auto-increment columns). ...@@ -1614,6 +1614,8 @@ primary key column of this table (unlike auto-increment columns).
Check constraints can reference columns of the table, Check constraints can reference columns of the table,
and they can reference objects that exist while the statement is executed. and they can reference objects that exist while the statement is executed.
Conditions are only checked when a row is added or modified
in the table where the constraint exists.
"," ","
CREATE TABLE TEST(ID INT PRIMARY KEY, NAME VARCHAR(255) DEFAULT ''); CREATE TABLE TEST(ID INT PRIMARY KEY, NAME VARCHAR(255) DEFAULT '');
CREATE TABLE TEST(ID BIGINT IDENTITY); CREATE TABLE TEST(ID BIGINT IDENTITY);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论