Replies: 1 comment
-
How can I batch run multiple sql files with multiple statements in a folder exactly like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have a "setup.sql" file to initalize the PostgreSQL db. It has multiple queries and statements in it. But I can't run it with a
query_file!
macro.Example code:
Error at compile time:
How can I run a .sql file with multiple statements in it?
Beta Was this translation helpful? Give feedback.
All reactions