MSSQL文字列関数UPPER
DATALENGTH

UPPER文字列関数

LOWER

文字列を大文字に変換します。

構文

UPPER(str)

使用例

下記の値を入力するとサンプルに即時反映されます。

country_code
country
regions
SELECT UPPER(country_code) AS country FROM regions;