4D v13.4

LOWER

Home

 
4D v13.4
LOWER

LOWER  


 

 

Command LOWERLOWER (arithmetic_expression)

The LOWER function returns the arithmetic_expression passed as a string where all the characters are in lowercase.

Example  

This example will return the names of products in lowercase:

SELECT LOWER (Name)
FROM PRODUCTS;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
INDEX

Alphabetical list of commands

 
SEE ALSO 

UPPER