开发者

How do I view the warning(s) after a SELECT query using the MySQL command line?

开发者 https://www.devze.com 2022-12-09 21:50 出处:网络
How do I v开发者_Python百科iew the warning(s) after a SELECT query? The result of one query is:

How do I v开发者_Python百科iew the warning(s) after a SELECT query? The result of one query is:

Empty set, 1 warning (0.01 sec)

I am using MySQL via command line on Linux.


Using the SHOW WARNINGS syntax

SHOW WARNINGS;


Type \W in the MySQL command line.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号