Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Ant 中执行 SQL 任务而不解析输出?
我不希望将结果转换为 CSV。
我试着玩:
打印、showheaders、showtrailers、keepformat、rawblob
选项,但我没有得到它
谢谢!