vote up 0 vote down star

How do i view the warning(s) after a SELECT query? The results of one query is

Empty set, 1 warning (0.01 sec)

I am using mysql via command line on linux.

flag

70% accept rate

1 Answer

vote up 2 vote down check

Using the SHOW WARNINGS syntax

SHOW WARNINGS;
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.