File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
CN/modules/ROOT/pages/master
EN/modules/ROOT/pages/master Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919== 测试用例
2020
21- [source,sql ]
21+ [literal ]
2222----
2323-- 创建测试表
2424ivorysql=# create table abc (id int);
@@ -38,14 +38,14 @@ INSERT 0 1
3838-- 查询表数据,显示为NULL
3939ivorysql=# select * from abc;
4040 id
41- ----
41+ \ ----
4242
4343(1 row)
4444
4545-- 使用IS NULL条件查询
4646ivorysql=# select * from abc where id is null;
4747 id
48- ----
48+ \ ----
4949
5050(1 row)
5151----
Original file line number Diff line number Diff line change 1818
1919== Test Cases
2020
21- [source,sql ]
21+ [literal ]
2222----
2323-- Create test table
2424ivorysql=# create table abc (id int);
@@ -38,14 +38,14 @@ INSERT 0 1
3838-- Query table data, displays as NULL
3939ivorysql=# select * from abc;
4040 id
41- ----
41+ \ ----
4242
4343(1 row)
4444
4545-- Query using IS NULL condition
4646ivorysql=# select * from abc where id is null;
4747 id
48- ----
48+ \ ----
4949
5050(1 row)
5151----
You can’t perform that action at this time.
0 commit comments