From and Where Clause
Description
Grammar Syntax

Sample Source Patterns
IBM DB2



Snowflake



Last updated
Was this helpful?







Last updated
Was this helpful?
Was this helpful?
UPDATE INV AS I
SET I.LOCATION = S.STORENAME
FROM STORE AS S
WHERE I.STORENO = S.STORENO;UPDATE PUBLIC.INV AS I
SET I.LOCATION = S.STORENAME
FROM STORE AS S
WHERE I.STORENO = S.STORENO;