| 4D v18LOWER | ||||||||||||||
| 
 | 
    4D v18
 LOWER 
         | |||||||||||||
|  | ||
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
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v18)
	
	
 Add a comment
Add a comment