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

Home

 
4D v20
RIGHT

RIGHT  


 

 

Command RIGHTRIGHT (arithmetic_expression, arithmetic_expression)

The RIGHT function returns the rightmost part of the arithmetic_expression passed. The second arithmetic_expression indicates the number of rightmost characters to return as extracted from the first arithmetic_expression indicated.

Example  

This example returns the first names and the last two letters of the last names from the PEOPLE table:

SELECT FirstName, RIGHT(LastName, 2)
FROM PEOPLE;



Siehe auch 

LEFT

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v20)