突然發現,MS SQL Server 的sub query 滿好用的,在mysql 這邊,那個每一row ... UPDATE table2 t2, ( SELECT Name, id FROM table1 ) t1 SET t2.name ...
確定! 回上一頁