Join Slack
Powered by
"CronEvent" refers to the table. I think in the WH...
# random
b
Benjamin Atkin
09/26/2022, 3:58 PM
"CronEvent" refers to the table. I think in the WHERE clause you need one to refer to the table and one to refer to the parameter. I would try replacing
WHERE "CronEvent"."id" = "CronEvent"."id"
with:
WHERE "CronEvent"."id" = "id"
Open in Slack
Previous
Next