| 4D v18ASCII | ||||||||||||||
| 
 | 
    4D v18
 ASCII 
         | |||||||||||||
|  | ||
The ASCII function returns the leftmost character of the arithmetic_expression as an integer. If the arithmetic_expression is null, the function will return a NULL value.
This example returns the first letter of each last name as an integer:
SELECT ASCII(SUBSTRING(LastName,1,1))
FROM PEOPLE;
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v18)
	
	
 Fehler melden
Fehler melden