我試着從表中複製一行到另一個使用2 coluom只拖表架構是不相同的, 正在此錯誤複製行從一個表到另一個,忽略重複
操作數應包含1列( s)
任何提示最新錯誤與我的聲明?
Insert table1 (screenname,list_id)
Select screenname,list_id
From table2 As T1
Where Not Exists (
Select 1
From table1 As T2
Where
(T2.screenname = T1.screenname,T2.list_id = T1.list_id)
)
正確:)看起來像它,而不是逗號,謝謝你的提示:) – LeoSam 2012-07-31 11:31:33