REPEAT

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


REPEAT (arithmetic_expression, arithmetic_expression)

Description

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'

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next