UPDATE t1 set "Column" = t2.column from t2 where t2.id = t1."Id";
UPDATE table_name SET column_one = TRUE, WHERE column_two = 'some string'