Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:14
Show Gist options
  • Save ezhov-da/68c4bfa8acc42f020f61830bec9daaf2 to your computer and use it in GitHub Desktop.
Save ezhov-da/68c4bfa8acc42f020f61830bec9daaf2 to your computer and use it in GitHub Desktop.
sql teradata update по join
UPDATE T_E_test1
FROM T_E_test2 AS t2
SET
vars = t2.vars
WHERE
T_E_test1.id = t2.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment