mysql all the letters are lowercase code example
Example: mysql to lowercase
+--------------------+
| LOWER('ATTENTION') |
+--------------------+
| attention |
+--------------------+
+--------------------+
| LOWER('ATTENTION') |
+--------------------+
| attention |
+--------------------+