How do I view the warning(s) after a SELECT query? The result of one query is:
如何查看SELECT查询后的警告?一个查询的结果是:
Empty set, 1 warning (0.01 sec)
I am using MySQL via command line on Linux.
我正在Linux上通过命令行使用MySQL。
2 个解决方案
#2
2
Type \W
in the MySQL command line.
在MySQL命令行中输入\W。
#1
#2
2
Type \W
in the MySQL command line.
在MySQL命令行中输入\W。