Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
SELECT caption, CONCAT(UCASE(SUBSTRING(`caption`,1,1)),LCASE(SUBSTRING(`caption`,2,LENGTH(`caption`)))) as new_caption FROM plogger_pictures WHERE 1
UPDATE plogger_pictures SET `caption` = CONCAT(UCASE(SUBSTRING(`caption`,1,1)),LCASE(SUBSTRING(`caption`,2,LENGTH(`caption`))))
1 to 4 of 4