| 4D v15UPPER | ||||||||||||||
| 
 | 
    4D v15
 UPPER 
         | |||||||||||||
|  | ||
The UPPER function returns the arithmetic_expression passed as a string where all the characters are in uppercase.
This example will return the names of products in uppercase:
SELECT UPPER (Name)
FROM PRODUCTS;
	Product:  4D
	Theme:  Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	4D SQL Reference ( 4D v15)
	
	
	
	
	
 Add a comment
Add a comment