Progress
SQL-92
Guide and Reference
REPEAT Function
Returns a character string composed of string_exp repeated count times.
SYNTAX
EXAMPLE
The following example shows how to use the REPEAT function:
NOTES
- The
string_exp
can be of the type fixed length or variable length CHARACTER .- The count can be of type INTEGER, SMALLINT, or TINYINT.
- If any of the arguments of the expression evaluates to a null, the result is null.
- If the count is negative or zero, the result evaluates to null.
string_exp
and the result may contain multi-byte characters.COMPATIBILITY
ODBC Compatible
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |