how to write correctly query
how to write correctly since "key" is a column of the table and needs ``
6 Replies
You can try out using the double quote notation:
"SELECT * FROM acc_reg_num WHERE account_id....
Hi @RodrigoAz, the issue here is that key is not defined, you can always hover on the red error dot to know the error details.
To fix this, add the key in strings or a variable eg:
Solution
sorted out. I put the "key" as an extra parameter