Skip to content

Instantly share code, notes, and snippets.

@ttanay
Last active August 13, 2023 22:35
Show Gist options
  • Save ttanay/b665205ca5b35fa5e1592d7aa29119dc to your computer and use it in GitHub Desktop.
Save ttanay/b665205ca5b35fa5e1592d7aa29119dc to your computer and use it in GitHub Desktop.
Generate range data duckdb
SELECT SUM(i) FROM range(1000000) tbl(i)
INSERT INTO vflat SELECT i FROM range(5000) tbl(i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment