SQL Server: A Simple Method to Get Specific Part of String

added by lionofdezert
2/3/2011 12:52:06 PM

126 Views

SUBSTRING is a nice function to get a part of string, but when a string consists of many parts, getting specific part of it, is a bit painful task.


0 comments