Skip to content

Instantly share code, notes, and snippets.

@monimiller
Last active May 3, 2022 19:59
Show Gist options
  • Save monimiller/38638f6c75d6bd3a4af0ca860b587f95 to your computer and use it in GitHub Desktop.
Save monimiller/38638f6c75d6bd3a4af0ca860b587f95 to your computer and use it in GitHub Desktop.
CREATE TABLE events ( 
  id number, 
  day_id varchar, 
  other columns … ) 
WITH ( 
  type = ‘delta’, 
  partitioned_by = array[’day_id’] 
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment