select 欄位一,欄位二,欄位三,
DENSE_RANK() Over (order by 欄位一,欄位二, 欄位三 ) as 同群組序號 ,
ROW_NUMBER() OVER(PARTITION BY 欄位一,欄位二, 欄位三 order by 欄位一,欄位二, 欄位三) AS 群組內序號
FROM TABLE
c# 使用 mssql sqlbulkcopy 寫入資料表,出現以下exception: System.InvalidOperationException: 'The given value of type String from the data source cann...
沒有留言:
張貼留言