We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UPDATE TABLE1 SET field1 = value1 FROM TABLE2 WHERE split_part(TABLE2.fieldA,'-',1) = split_part(TABLE1.fieldB,'-',1);
There was an error while loading. Please reload this page.