📅  最后修改于: 2022-03-11 15:05:33.710000             🧑  作者: Mango
sqlcmd -S . -d MyDb -E -s, -h-1 -W -Q "set nocount on;select 'account','rptmonth', 'thename';select account,rptmonth, thename from theTable"
> c:\dataExport.csv