on ‎2016 Oct 03 6:54 PM
Hi Experts,
Is there another function that works exactly like SQL "REPLICATE" function?
Regards
Justice
Request clarification before answering.
Hi,
Replicate function is working in SQL server. For example, if you run below query,
SELECT REPLICATE( ' Nagarajan ' , 2 )
Result is, Nagarajan Nagarajan
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 59 | |
| 30 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.