This issue happens when run db=> select * from "ExxJobs" where status="Ongoing"; It returns
1 2 3 4 5 6
ERROR: column "Ongoing" does not exist LINE 1: select * from "ExxJobs"where status="Ongoing"; ^ ERROR: column "ongoing" does not exist LINE 1: select * from "ExxJobs"where status=Ongoing; ^
cecdb=> delete from "ExxJobs"where'xxxJobId'=22674314; ERROR: invalid input syntax forinteger: "xxxJobId" LINE 1: delete from "ExxJobs"where'xxxJobId'=22674314;
db=> delete from "ExxJobs"where"xxxJobId"='22674314'; DELETE 1