SHOW WARNINGS
Display warnings from the last executed statement. View warning codes, messages, and levels for recent operations.
Syntax
SHOW WARNINGS [LIMIT [offset,] row_count]
SHOW ERRORS [LIMIT row_count OFFSET offset]
SHOW COUNT(*) WARNINGSDescription
SHOW COUNT(*) WARNINGS;
SELECT @@warning_count;Examples
Stack Trace
See Also
Last updated
Was this helpful?

