【发布时间】:2012-02-23 07:46:25
【问题描述】:
我正在尝试将查询结果导出到文本文件 using outfile command ERROR 1086 (HY000): File 'test.txt' already exists 在我第二次执行时提示。
select * into outfile 'c:/test.txt' from test
我确实想替换现有文件。有什么办法可以替换现有文件
【问题讨论】:
-
您无法替换现有文件。
标签: mysql