MySQL function?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeffrey Pyne
日付:  
題目: MySQL function?
On Monday, September 22, 2003 12:34 PM, Mike Starke wrote

> Is there a function in MySQL similar to that in Excel's "proper()"?


I'm not aware of one (which certainly doesn't mean there isn't one), but if
you're using PHP to interface with MySQL, the function ucwords() does the
same thing: http://www.php.net/manual/en/function.ucwords.php.

~Jeff