Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox
Views
REPEAT/REPLICATE scalar function
From Ingres Community Wiki
Jump to: navigation, search
Contents |
[edit]
Overview
REPEAT (or REPLICATE) is supported by a number of DBMSs for repeating patterns of data,
[edit]
Scope
[edit]
ADF Changes
- Addition of the function instance and supporting routine.
[edit]
PSF Changes
- The parser will need extending to handle REPEAT in a function name context as it is also a keyword.
[edit]
OPF Changes
None needed
[edit]
QEF Changes
None needed
[edit]
SCF Changes
None needed
[edit]
Front End
None needed
[edit]
Ingres Update
[edit]
Change Info
- Bug# : 125419
- IP : http://reviewboard.ingres.prv/r/9489/
- SVN Rev : 4342
[edit]
QA
[edit]
Documentation
In the syntax description, c1 denotes a character string.
REPEAT REPEAT(c1, n) Result type: Any character or Unicode type except the long forms. Returns c1 repeated n times. REPLICATE is a synonym for REPEAT. Note: This function does not support LONG VARCHAR and LONG NVARCHAR arguments.
Retrieved from "http://community.actian.com/wiki/REPEAT/REPLICATE_scalar_function"

