Inner join t1 and t2. SELECT c1, c2 FROM t1 INNER JOIN t2 ON condition; ... Update values in the column c1, c2 that match the condition.
確定! 回上一頁