Forum Discussion

Claudi Magnussen's avatar
Claudi Magnussen
Copper Contributor
Jul 04, 2017

SQL continues excecution when syntax error

Hi.. I have this statement: UPDATE Table1 SET status = 'DoSomething' WHERE status = 'Ready' AND TabId IN (SELECT TabId FROM Table2 WHERE xData IS NOT NULL) . If I run only the subselect I get a...

Resources