This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
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;



See also 

UPPER

 
PROPERTIES 

Product: 4D
Theme: Functions

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D SQL Reference ( 4D v19)