Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active March 25, 2021 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baybatu/ab68828489a7ec3f4128e4211eadbe39 to your computer and use it in GitHub Desktop.
Save baybatu/ab68828489a7ec3f4128e4211eadbe39 to your computer and use it in GitHub Desktop.
Generate random data using Presto
select 5 from unnest(sequence(1, 6))
-- generates 6 row containing '5' as an example data
-- column
-- 5
-- 5
-- 5
-- 5
-- 5
-- 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment