Created
October 14, 2021 13:24
-
-
Save afcotroneo/772170eefc9b97b5a6f8b6ef1cf17234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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