Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CN/modules/ROOT/pages/7.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ ivorysql=# select * from LOWER_CASE_3;
(0 行记录)

ivorysql=# drop table "NORMAL_1";
DROP TABLE
ERROR: relation "NORMAL_1" does not exist
ivorysql=# drop table "Normal_2";
DROP TABLE
ivorysql=# drop table "normal_3";
Expand Down
2 changes: 1 addition & 1 deletion EN/modules/ROOT/pages/7.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ivorysql=# select * from LOWER_CASE_3;
(0 行记录)

ivorysql=# drop table "NORMAL_1";
DROP TABLE
ERROR: relation "NORMAL_1" does not exist
ivorysql=# drop table "Normal_2";
DROP TABLE
ivorysql=# drop table "normal_3";
Expand Down
Loading