4D v19REPEAT | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
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).
This example illustrates how it works:
SELECT REPEAT( 'repeat', 3 )
` returns 'repeatrepeatrepeat'
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden