4D v13.4

UPPER

Home

 
4D v13.4
UPPER

UPPER  


 

 

Command UPPERUPPER (arithmetic_expression)

The UPPER function returns the arithmetic_expression passed as a string where all the characters are in uppercase.

Example  

This example will return the names of products in uppercase:

SELECT UPPER (Name)
FROM PRODUCTS;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
INDEX

Alphabetical list of commands

 
SEE ALSO 

LOWER