Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Get a string in '/' delimited string

$
0
0

Hi,

 I am trying to get after the 5th position of '/' string value.

String value looks like,

/string1/string2/string3/1.1/2.2/string4/ ---- should return 2.2

/string1/string2/string3/1.1/2.4/ ---- should return 2.4

Only way is write a function to get value or any other building function available to get the value.

Thanks.


Viewing all articles
Browse latest Browse all 12963

Trending Articles