Progress
SQL-92
Guide and Reference


REPEAT Function

Returns a character string composed of string_exp repeated count times.

SYNTAX

REPEAT ( string_exp , count ) 

EXAMPLE

The following example shows how to use the REPEAT function:

SELECT REPEAT(fld1,3) FROM test100WHERE fld1 = ’Afghanistan’ ;
 
REPEAT(FLD1,3) 
-----------------
AfghanistanAfghanistanAfghanistan
 
1 record selected 

NOTES

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095