SHOW WARNINGS; : SHOW WARNINGS : MySQL Utilities MySQL TUTORIALS


MySQL TUTORIALS » MySQL Utilities » SHOW WARNINGS »

 

SHOW WARNINGS;


mysql>
mysql> SELECT ASIN('foo');
+-------------+
| ASIN('foo') |
+-------------+
|           |
+-------------+
row in set, warning (0.00 sec)

mysql>
mysql> SHOW WARNINGS;
+---------+------+-----------------------------------------+
| Level   | Code | Message                                 |
+---------+------+-----------------------------------------+
| Warning | 1292 | Truncated incorrect DOUBLE value: 'foo' |
+---------+------+-----------------------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo MySQL Utilities
» SHOW WARNINGS