Skip to content

Commit fc6b17e

Browse files
authored
Update 99-ansi-sql.md (#12949)
1 parent 7d268db commit fc6b17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc/13-sql-reference/99-ansi-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Databend aims to conform to the SQL standard, with particular support for ISO/IE
9595
| E121-17 | WITH HOLD cursors | <span class="text-red">No</span> | |
9696
| **E131** | **Null value support (nulls in lieu of values)** | <span class="text-blue">Yes</span> | |
9797
| **E141** | **Basic integrity constraints** | <span class="text-red">No</span> | |
98-
| E141-01 | NOT NULL constraints | <span class="text-blue">Yes</span> | Default in Databend: All columns are non-nullable (NOT NULL). |
98+
| E141-01 | NOT NULL constraints | <span class="text-blue">Yes</span> | Default in Databend: All columns are nullable. |
9999
| E141-02 | UNIQUE constraint of NOT NULL columns | <span class="text-red">No</span> | |
100100
| E141-03 | PRIMARY KEY constraints | <span class="text-red">No</span> | |
101101
| E141-04 | Basic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action | <span class="text-red">No</span> | |

0 commit comments

Comments
 (0)