Add a new SQL mode: MODE_CONVERSION_WARNINGS
In this case one should get a warning for each number used as a string and
each string used as a number.
For example:
SELECT "1"+1;
Should give the warning:
Aritmetic operation with string
Copyright (c) 2000, 2013, Oracle Corporation and/or its affiliates. All rights reserved.