4D v14

SPACE

Home

 
4D v14
SPACE

SPACE  


 

 

Command SPACESPACE (arithmetic_expression)

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.

Example  

This example adds three spaces in front of the last names of the PEOPLE table:

SELECT CONCAT(SPACE(3),PERSONS.LastName) FROM PEOPLE;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)