Comments - LOWER

6 years, 3 months ago Ian Gilfillan

Works with default settings:

SELECT LOWER('Un écho'), UPPER('Un écho');
+-------------------+-------------------+
| LOWER('Un écho')  | UPPER('Un écho')  |
+-------------------+-------------------+
| un écho           | UN ÉCHO           |
+-------------------+-------------------+
 
6 years, 3 months ago Noan Mousy

Ok I think I am not at the good place because I am working with Column Store engine here.

 
6 years, 2 months ago pcoustillas_54472

il faut modifier la configuration : https://jira.mariadb.org/browse/MCOL-1211

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.