mysql disallowed function code example
Example: mysql to lowercase
+--------------------+
| LOWER('ATTENTION') |
+--------------------+
| attention |
+--------------------+
+--------------------+
| LOWER('ATTENTION') |
+--------------------+
| attention |
+--------------------+