What SQL command will return a list of all files in a stage?
LIST @stage_name displays all files present in a stage (internal or external).
PUT uploads local files to an internal stage.
GET downloads files from an internal stage.
COPY INTO loads or unloads data but does not list files.
==================
Currently there are no comments in this discussion, be the first to comment!