Declare @name varchar(50)
Set @name='ASP-Snippets'
select @name
how can split two string from one string [ ASP-snippets ]
i want output is
ASP
snippets
Hi Barathan,
Refer below article.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.