From: Dan Nelson Date: May 5 2004 6:50pm Subject: Re: Title Case List-Archive: http://lists.mysql.com/mysql/164929 Message-Id: <20040505185039.GD61385@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (May 05), Andrew Braithwaite said: > I have a table with upper case text. I want to use a function in my > select statement the puts this text in title case so "MORE FOO YOU > WIBBLE" becomes "More Foo You Wibble". MySQL doesn't provides a function to do that. If you know C, you can write a UDF to to it. -- Dan Nelson dnelson@stripped