Files
doc-exports/docs/dli/sqlreference/dli_08_15007.html
Su, Xiaomeng be9eabe464 dli_sqlreference_20250305
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2025-03-25 09:06:21 +00:00

1.3 KiB

CREATE CATALOG

Function

This statement creates a catalog using specified attributes. If a catalog with the same name already exists, an exception is thrown.

Syntax

CREATE CATALOG catalog_name
  WITH (key1=val1, key2=val2, ...)

Description

WITH OPTIONS

Catalog attributes typically store additional information about the catalog.

The key and value of the key1=val1 expression are string literals.