Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 275 Bytes

File metadata and controls

22 lines (15 loc) · 275 Bytes
description
This section contains reference documentation for the upper function.

upper

Converts string to upper case.

Signature

UPPER(col)

Usage Examples

select UPPER('pinot') AS name
FROM ignoreMe
name
PINOT