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

Home

 
4D v20 R7
CHAR

CHAR  


 

 

Command CHARCHAR (arithmetic_expression)

The CHAR function returns a fixed-length character string based on the type of the arithmetic_expression passed.

This example returns a character string based on the integer of the first letter of each last name:

SELECT CHAR(ASCII(SUBSTRING(LastName,1,1)))
FROM PEOPLE;

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20 R7)