C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Repeating a string N number of times
WhatsApp
Karthikeyan Anbarasan
14y
3
k
0
0
25
Blog
This blog shows how to repeat a string N number of times using REPLICATE in SQL Server
Syntax:
REPLICATE ( characterexpression ,integerValue )
Example:
SELECT REPLICATE ('A', 5)
The expected result would be like AAAAA
People also reading
Membership not found