bcp " select top 10 * from table" queryout ./test.csv -U user -P "test" -S ip -c 在linux中使用时,无报错,但数据也没出来,怀疑是linux文件目录在bcp中解析的问题,但尝试多次还是没成功。