任何人都可以帮我吗?我目前正在尝试将查询写入文件,最后我将用notee关闭它;呼叫。我之前使用过T恤,但出于某种原因今天我遇到了问题。
以下是有问题的语法:
tee c:/trash/test.txt;
select*from customer;
这是错误:
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
ERROR: Unknown Punctuation String @ 6
STR: :/
SQL: tee c:/trash/test.txt;tee c:/trash/test.txt;tee c:/trash/test.txt;
SQL query:
tee c:/trash/test.txt;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tee c:/trash/test.txt' at line 1
已创建文件垃圾箱,所以我知道这不是问题。
任何帮助将不胜感激,谢谢。
答案 0 :(得分:1)
tee
和notee
命令仅在the MySQL command-line client中可用。它们不由服务器处理,因此不能在phpMyAdmin等应用程序中使用。