Table name as parameter in sqlc command #3396
Unanswered
DhruvDMerchant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to pass table name as parameter in the below sql query -
eg - UPDATE ?
SET id = 5
where id = 4
Is it possible to generate this file, given my SQL queries are in .sql files and not passed through a query string where I can format the table name through a parametrised string.
Beta Was this translation helpful? Give feedback.
All reactions