2555-03-08

Update from select


UPDATE
    Table
SET
    Table.col1 = other_table.col1,
    Table.col2 = other_table.col2FROM
    Table
INNER JOIN
    other_tableON
    Table.id = other_table.id


Credit : http://stackoverflow.com/questions/2334712/sql-server-update-from-select

ไม่มีความคิดเห็น:

แสดงความคิดเห็น