SkillsManager
SkillsManager2y 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
gerard2y ago
You can try out using the double quote notation: "SELECT * FROM acc_reg_num WHERE account_id....
Gaurav Chadha
Gaurav Chadha2y 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 Chadha2y ago
To fix this, add the key in strings or a variable eg:
No description
SkillsManager
SkillsManagerOP2y ago
No description
SkillsManager
SkillsManagerOP2y ago
No description
Solution
SkillsManager
SkillsManager2y ago
sorted out. I put the "key" as an extra parameter
No description

Did you find this page helpful?