MySQL doesn’t have a specific string function for string capitalization. Use the following method for this purpose:
SELECT CONCAT(UPPER(SUBSTRING("test string", 1, 1)), LOWER(SUBSTRING("test string", 2)));
The result:
Test string
small piece of my thoughts…
MySQL doesn’t have a specific string function for string capitalization. Use the following method for this purpose:
SELECT CONCAT(UPPER(SUBSTRING("test string", 1, 1)), LOWER(SUBSTRING("test string", 2)));
The result:
Test string
access android apache apt cache centos config connection convert cpanel cron debian dns eclipse encoding error find firefox font http iceweasel jabber java javascript kde kernel key laptop Linux locale mysql network package PHP plugin repository root server service ssl string tomcat ubuntu update-alternatives whm
©2007-2012 The Alexxoid Blog
Disclaimer: All data and information provided on this site is for informational purposes only.
Be The First To Comment
Related Post
Please Leave Your Comments Below