2013年1月1日 ... 1: SELECT 欄位1, 欄位2 2: INSERT INTO 暫存table 3: FROM 資料表 4: WHERE 欄位1 = 'X' 5: 6: 7: 刪除暫存資料表 8: Drop table 暫存table ...
www.dotblogs.com.tw