Buy Questpond's video subscriptions on
huge discount
.
Online: 1954
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Codes
>
Loading ...
Split a set of contiguous string into individual characters/letters using Set Based approach
Posted by
Niladri.Biswas
under
Sql Server
category on
6/11/2013
|
Points: 40
| Views : 1146
Post Code
|
Search Codes
|
Code Home
Declare @str Varchar(50) = 'abcde'
Select
Data = Substring(@str,Number,1)
From master.dbo.spt_values
where Number Between 1 And Len(@str)
And Type='P'
Alert Moderator
Bookmark It
Comments or Responses
Login to post response
Latest Code Snipptes
Code snippet for setInterval
Azure Function - Connect to MS Dynamics using application user - .NET core 3.1
MS Dynamics 365- Custom action - Read input parameter values from plugin
MS Dynamics 365- Disassociate record from N-N relationship entity
Search box with icon in Navbar in bootstrap 4
Remove HTML tags using Regular Expression in C#
MS Dynamics 365- Close Quote from C# / Custom action
How to show and hide submenu in tabs using jquery
How to add star rating and submit rating
More ...