Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
LOWER

LOWER  


 

 

Command LOWERLOWER (arithmetic_expression)

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;



Siehe auch 

UPPER

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20 R7)