Skip to content

Instantly share code, notes, and snippets.

@mderoy
Last active July 28, 2022 13:56
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/91443906dae12adf4c30efa587d3bd9a to your computer and use it in GitHub Desktop.
Save mderoy/91443906dae12adf4c30efa587d3bd9a to your computer and use it in GitHub Desktop.
create table YELLOW_TAXI_JANUARY_2022_LOADED as
select
*
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