79193832

Date: 2024-11-15 20:20:11
Score: 0.5
Natty:
Report link

You will have to use something like this if you are updating table_A from table_B in redshift.

update schema.table_A
set new_var = schema.table_B.new_var
from schema.table_B
where schema.table_A.record_id = schema.table_B.record_id
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nvsk. avinash