Skip to content

Instantly share code, notes, and snippets.

@mderoy
Last active July 28, 2022 13:57
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 mderoy/592b8344c7aa7cfc42b95cae5be5cc7b to your computer and use it in GitHub Desktop.
Save mderoy/592b8344c7aa7cfc42b95cae5be5cc7b to your computer and use it in GitHub Desktop.
create table YELLOW_TAXI_JANUARY_2022_LOADED_SUBSET as
select
"passenger_count",
"tpep_pickup_datetime"
from
YELLOW_TAXI_JANUARY_2022;
INSERT 0 2463931
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment