RodrigoAz
RodrigoAz5mo ago

how to write correctly query

how to write correctly since "key" is a column of the table and needs ``
No description
Solution:
sorted out. I put the "key" as an extra parameter
No description
Jump to solution
6 Replies
gerard
gerard5mo ago
You can try out using the double quote notation: "SELECT * FROM acc_reg_num WHERE account_id....
Gaurav Chadha
Gaurav Chadha5mo ago
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.
No description
Gaurav Chadha
Gaurav Chadha5mo ago
To fix this, add the key in strings or a variable eg:
No description
RodrigoAz
RodrigoAz5mo ago
No description
RodrigoAz
RodrigoAz5mo ago
No description
Solution
RodrigoAz
RodrigoAz5mo ago
sorted out. I put the "key" as an extra parameter
No description