Skip to content

Commit d0c2143

Browse files
committed
Add documentation for using null values in DB2i extensions
Signed-off-by: worksofliam <[email protected]>
1 parent de02467 commit d0c2143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/extensions/db2i/index.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ A fully qualified table name is required for the fields to be editable.
7070
update: select * from sample.employee;
7171
```
7272

73+
#### Using nulls
74+
75+
Enter the value `null` to set a column to *null*. If the column cannot accept at least 4 characters, then `-` (a dash) may be used.
76+
7377
## Syntax checking
7478

7579
When connected to an IBM i, should be enabled. Here is what triggers to syntax checker:

0 commit comments

Comments
 (0)