Home
The LOWER function returns the arithmetic_expression passed as a string where all the characters are in lowercase.
This example will return the names of products in lowercase:
SELECT LOWER (Name)FROM PRODUCTS;
Product: 4D Theme: Functions
UPPER
4D SQL Reference ( 4D v11 SQL Release 4 ) 4D SQL Reference ( 4D v14) 4D SQL Reference ( 4D v12.1) 4D SQL Reference ( 4D v13.4) 4D SQL Reference ( 4D v14 R2) 4D SQL Reference ( 4D v14 R3) 4D SQL Reference ( 4D v14 R4)