Skip to content
KS LIM edited this page Mar 24, 2021 · 1 revision

UPDATE

Condition-Update

   UPDATE TABLE1 SET field1 = value1 FROM TABLE2
   WHERE split_part(TABLE2.fieldA,'-',1) = split_part(TABLE1.fieldB,'-',1);

Clone this wiki locally