Skip to content

Commit 79af35d

Browse files
committed
fix format issue
1 parent cde87b5 commit 79af35d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CN/modules/ROOT/pages/master/7.21.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
== 测试用例
2020

21-
[source,sql]
21+
[literal]
2222
----
2323
-- 创建测试表
2424
ivorysql=# create table abc (id int);
@@ -38,14 +38,14 @@ INSERT 0 1
3838
-- 查询表数据,显示为NULL
3939
ivorysql=# select * from abc;
4040
id
41-
----
41+
\----
4242

4343
(1 row)
4444

4545
-- 使用IS NULL条件查询
4646
ivorysql=# select * from abc where id is null;
4747
id
48-
----
48+
\----
4949

5050
(1 row)
5151
----

EN/modules/ROOT/pages/master/7.21.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
== Test Cases
2020

21-
[source,sql]
21+
[literal]
2222
----
2323
-- Create test table
2424
ivorysql=# create table abc (id int);
@@ -38,14 +38,14 @@ INSERT 0 1
3838
-- Query table data, displays as NULL
3939
ivorysql=# select * from abc;
4040
id
41-
----
41+
\----
4242

4343
(1 row)
4444

4545
-- Query using IS NULL condition
4646
ivorysql=# select * from abc where id is null;
4747
id
48-
----
48+
\----
4949

5050
(1 row)
5151
----

0 commit comments

Comments
 (0)