Oracle database
Hi guys, i have trouble with oracle syntax and inner join in update i tried something like this but it doesn't work
"missing SET keyword"
UPDATE table1 AS t1
INNER JOIN table2 AS t2 ON t1.id_description = t2.id_description
SET field = '0.0.0.1.5.'
WHERE t2.code='XXXX' AND t2.status IN ('VALUE1','VALUE2');
thx a lot