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

Did you find this page helpful?