Pages
HOME
SQL Server Tutorials
SQL Server WiKi
Analytics Tutorials
SQL Server Interview Questions
Azure Data Services
Disclaimer
Azure Interview Questions
cross
Tuesday, December 08, 2015
Replicate Function in SQL Server
SELECT
REPLICATE
(
' Randheer '
,
2
)
function in SQL Server repeats the string no of times as specified in function.
This is T-SQL Function and it repeats the string/character expression N number of times specified in the function.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment