sqlserver 导入 csv文件

BULK INSERT table

table csv

FROM 'F:/data.csv' tab

WITH(FIELDTERMINATOR =',',ROWTERMINATOR ='/n');data