4D v14

REPEAT

Home

 
4D v14
REPEAT

REPEAT  


 

 

Command REPEAT

REPEAT (arithmetic_expression, arithmetic_expression)

The REPEAT function returns the first arithmetic_expression repeated the requested number of times (passed in second arithmetic_expression).

Example  

This example illustrates how it works:

SELECT REPEAT( 'repeat', 3 )
` returns 'repeatrepeatrepeat'

 
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)