Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        note: already support in sql client but need support in tEnv.sqlQuery();

  • describeCatalogStatement

            DESCRIBE  CATALOG [ EXTENDED] catalogName

Code Block
languagesql
DESCRIBE  CATALOG [ EXTENDED] catalogName

        Return the metadata of an existing catalogName 

        EXTENDED:

            Display the catalog properties.

  • useCatalogStatement

    Code Block
    languagesql
    USE CATALOG catalogName 

            Set the current catalog. 

            note: already support in sql client but need support in tEnv.sqlQuery();

...

Return the metadata of an existing database (name, comment). 

EXTENDED:

Display the database properties.

...