2014年2月9日 ... 只複製結構,不複製資料 select * into 新table from 舊table where 1=0 2.複製結構也 複製資料 select * into 新table from 舊table 3.指定匯入某欄位的 ...
www.dotblogs.com.tw