Skip to content

Instantly share code, notes, and snippets.

@monimiller
Created May 3, 2022 19:28
Show Gist options
  • Save monimiller/6d3f54c827c760a4a1fee9a0087c2c5d to your computer and use it in GitHub Desktop.
Save monimiller/6d3f54c827c760a4a1fee9a0087c2c5d to your computer and use it in GitHub Desktop.
CREATE TABLE customer (
  name varchar,
  address varchar)
WITH (type='iceberg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment