提交 7ad91d2c authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 be2a85a5
...@@ -1678,10 +1678,11 @@ LIKE 'Jo%' ...@@ -1678,10 +1678,11 @@ LIKE 'Jo%'
" "
"Other Grammar","Constraint"," "Other Grammar","Constraint","
[ constraintNameDefinition ] { [ constraintNameDefinition ]
CHECK expression | UNIQUE ( columnName [,...] ) { CHECK expression
| referentialConstraint } | UNIQUE ( columnName [,...] )
| PRIMARY KEY [ HASH ] ( columnName [,...] ) | referentialConstraint
| PRIMARY KEY [ HASH ] ( columnName [,...] ) }
"," ","
Defines a constraint. Defines a constraint.
The check condition must evaluate to TRUE, FALSE or NULL. The check condition must evaluate to TRUE, FALSE or NULL.
......
...@@ -539,10 +539,11 @@ compare { { { ALL | ANY | SOME } ( select ) } | operand } ...@@ -539,10 +539,11 @@ compare { { { ALL | ANY | SOME } ( select ) } | operand }
"," ","
The right hand side of a condition." The right hand side of a condition."
"Other Grammar","Constraint"," "Other Grammar","Constraint","
[ constraintNameDefinition ] { [ constraintNameDefinition ]
CHECK expression | UNIQUE ( columnName [,...] ) { CHECK expression
| referentialConstraint } | UNIQUE ( columnName [,...] )
| PRIMARY KEY [ HASH ] ( columnName [,...] ) | referentialConstraint
| PRIMARY KEY [ HASH ] ( columnName [,...] ) }
"," ","
Defines a constraint." Defines a constraint."
"Other Grammar","Constraint Name Definition"," "Other Grammar","Constraint Name Definition","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论