SQL Server Complete Solution
Repeate Same String Multiple Time.
FUNCTION: REPLICATE
SELECT REPLICATE ('ABC', 3)
OUTPUT (Print Same string 3 times)
ABCABCABC
Newer Post
Older Post
Home