Anyone knows how to solve multi params in sql execute #8665
Unanswered
benmanong100
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.
-
just an example in sql-server:
await this.execute("select * from myview where id > $1 and department_id = $2", [1,2])
how to make this one wokring? one params is working, whether loopback supports multi params?
Beta Was this translation helpful? Give feedback.
All reactions