Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays データベース移行ソフトウェア

文字列を大文字に変換して返す

このサブセクションでは、様々なデータベースでの文字列を大文字に変換する関数とSQLWaysによる変換について記述します。

TABLE 61. 文字列を大文字に変換して返す
データベース
構文
説明
Oracle
UPPER (exp) 
全ての文字を大文字にした式 (exp) を返します。
exp - はCHAR、VARCHAR2、NCHAR、NVARCHAR2、CLOB、NCLOBデータ型の定数を含む定数または変数
返されるデータ型expと同じデータ型
MySQL
UPPER (exp) 
UCASE (exp) 
全ての文字を大文字にした式 (exp) を返します。
exp - は定数を含む定数または変数。
返されるデータ型expと同じデータ型


Table of ContentsPreviousNext
Ispirer             Ispirer
Copyright © 1999-2015 Ispirer Systems Ltd. Ispirer and SQLWays are trademarks of Ispirer Systems Ltd. All other product names may be trademarks of the respective companies. All rights reserved.