Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created October 14, 2021 13:24
Show Gist options
  • Save afcotroneo/772170eefc9b97b5a6f8b6ef1cf17234 to your computer and use it in GitHub Desktop.
Save afcotroneo/772170eefc9b97b5a6f8b6ef1cf17234 to your computer and use it in GitHub Desktop.
#Filtering
COPY table_1 from ".../" WITH (REGEX_PATH_FILTER=".*file_[4-5]");
returns file_4, file_5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment