Skip to content

Instantly share code, notes, and snippets.

@mderoy
Last active July 28, 2022 13:56
Embed
What would you like to do?
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