Skip to content

blsingh/Snowflake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Snowflake

COPY INTO <..> FROM @%<table_name> #using tbl stg FROM @/<file_name> #user stg, single file FROM @/. FILE_FORMAT = (..) #user stg, multiple files

#Using named internal stage, when you'll load the data from the named internal stage into the table using the COPY command. You do not provide a file format in the COPY command if the named internal stage already has an associated file format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published