I want to join two tables and update a single column as -1. ... update (select a.i as a, b.i as b from a,b where a.i=b.i) set b=-1;.
確定! 回上一頁