Versions Compared

Key

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

...

An iceberg table can be created using STORED BY ICEBERG keywords while creating a table.

example

Code Block
titleCreate Table Syntax
CREATE TABLE TABLE1 (ID INT) STORED BY ICEBERG

...