How to search for 3 lettered words in a column - MySQL?

Posted by NJTechGuy on Stack Overflow See other posts from Stack Overflow or by NJTechGuy
Published on 2010-03-26T20:37:24Z Indexed on 2010/03/26 20:43 UTC
Read the original article Hit count: 372

Filed under:
|
|

I have a 'Title' column with abbreviations (Ceo, Cio,..) which I have to capitalize. What is the most efficient way of finding 3 lettered words and capitalizing them?

Sample data :

Title
-----------------------
Vp - business, Cio, Ceo
E Vp, Cfo
Ceo
Cio
Vp

Thank you so much!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about string