Hello,

I have one query, written MySQL language, and there qork perfectly. But I like to use the same query, in postgreSQL and there get 2 times syntax error, and I'm not fing the issue.

Here is my code:

UPDATE "T_Status_Furna ce" SET "Status_CG" = true WHERE EXISTS ( SELECT MAX(m2.t1 - m1.t1) as delta FROM "Table_1_Furnac e_1" AS m1
INNER JOIN "Table_1_Furnac e_1"...