| 4D v20SPACE | ||||||||||||||
| 
 | 
    4D v20
 SPACE 
         | |||||||||||||
|  | ||
The SPACE function returns a character string made up of the given number of spaces indicated in arithmetic_expression. If the value of the arithmetic_expression is less than zero, a NULL value will be returned.
This example adds three spaces in front of the last names of the PEOPLE table:
SELECT CONCAT(SPACE(3),PERSONS.LastName) FROM PEOPLE;
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v20)
	
	
 Fehler melden
Fehler melden