Current title values under article table are, for example:
- Sample Title 1
- SaMpLE Title 2
- sample title 3
I have to change the first characters to upper case and the following characters to lower case.
They should be like below after the transaction:
- Sample title 1
- Sample title 2
- Sample title 3
Which SQL command should I use to change all data of the title using a MySQL query and change them permanently?