Executing multiple SQL files. #1808
-
When using Snow cli and using the SQL command, is there a way to execute multiple files? Or have an entry file that references multiple SQL files? It looks like SnowSQL has this capability, wondering if there is equivalent approach? |
Beta Was this translation helpful? Give feedback.
Answered by
sfc-gh-turbaszek
Nov 8, 2024
Replies: 1 comment
-
Yes, you can execute |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sfc-gh-turbaszek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can execute
snow sql -f my.sql -f other.sql -f more.sql
see: