brunoc1989
DTDrizzle Team
•Created by brunoc1989 on 7/13/2023 in #help
Execute sql with '?' as parameter
Hello everyone.
Please, how do I execute a sql that uses as a parameter the character '?' ?
For example
const sql = 'select * from table where filter = ?'
db.execute(sql, ['filter'])
And the question would be specifically about the ? character, as I can't use a template string in my case
4 replies