Hello, i have the problem that, if i execute a statement with joins inside and try to change a value in the grid, i get an error like: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET fk_Auftragsstatus = 21 WHERE (id = 5614440 OR (NULL = 1 AND id IS NULL))' at line 1 One Statement for example, but i get the error with any other select with join: select Auftrag.* from Auftrag inner join Auftragsposition B on Auftrag.id = B.fk_Auftrag and B.fk_Auftragsart = 1 inner join Auftragsposition A on Auftrag.id = A.fk_Auftrag and A.fk_Auftragsart = 2 where fk_Auftragsstatus = 33 and A.Storno = 0 and B.Storno = 0; What its wrong? With Toad 6.0 there was not that Error. Kind regards, IceFaLL
↧