GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Showing posts with label
string manipulation
.
Show all posts
Showing posts with label
string manipulation
.
Show all posts
Tuesday, January 13, 2009
Create A Comma Delimited List From a Column
›
Create A Comma Delimited List From a Column Create Sample Data for Both Solutions -- Suppress data loading messages SET NOCOUNT ON -- Crea...
Finding the Last Occurrence of a Pattern in a String
›
When dealing with string data, one of the most useful Transact-SQL functions you can have in your toolbox is PATINDEX . Aside from it’s man...
Wednesday, December 3, 2008
SQL2005 String functions
›
SQL 2005 String Functions String Functions are used for manipulating string expression. (Pass strings using single quotes) Len('') ...
Friday, November 7, 2008
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
›
Home
View web version