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

Viewed 10348

How do I view 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.

2 Answers
Related