Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays Database Migration Software

Returning String in Uppercase

This subsection describes functions which return string in uppercase in various databases and thier conversion by SQLWays.

TABLE 61. Returning string in uppercase
Database
Syntax
Description
Oracle
UPPER (exp) 
Returns expression (exp) with all letters uppercase.
exp - can be constant or variable containing constant of the CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB, or NCLOB data type.
Return type: the same as the data type of exp.
MySQL
UPPER (exp) 
UCASE (exp) 
Returns expression (exp) with all letters uppercase.
exp - can be constant or variable containing constant.
Return type: the same as the data type of 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.