I am running mysql database with different records written using letters like č & š etc. Some of the records are written in uppercase while the others in lowercase. The database has a large number of records and there is no consistency between upper and lowercase. Is it possible to convert uppercase → lowercase & vice versa upon the retreival using upper(str) & lower(str) functions?
Another thing, would letters like č & š be automatically converted as well, or does this depend on 'current locale' system settings as it does with PHP where those letters would not be affected in case of 'English current locase' setting for example.
Any help is very much appreciated!
Thank you!
Another thing, would letters like č & š be automatically converted as well, or does this depend on 'current locale' system settings as it does with PHP where those letters would not be affected in case of 'English current locase' setting for example.
Any help is very much appreciated!
Thank you!