Skip to content

Commit cb4efe6

Browse files
authored
[FLINK-22581][docs] Keyword CATALOG is missing in sql client doc (#15844)
1 parent 14295d2 commit cb4efe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content.zh/docs/dev/table/sqlClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ CREATE CATALOG MyCatalog
310310
'type' = 'hive'
311311
);
312312

313-
USE MyCatalog;
313+
USE CATALOG MyCatalog;
314314

315315
-- Define available database
316316

docs/content/docs/dev/table/sqlClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ CREATE CATALOG MyCatalog
316316
'type' = 'hive'
317317
);
318318

319-
USE MyCatalog;
319+
USE CATALOG MyCatalog;
320320

321321
-- Define available database
322322

0 commit comments

Comments
 (0)