Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
What do you mean OP function???
January 19, 2015 at 2:56 am
Great.....Super modification...Thanks for your input........
January 16, 2015 at 6:13 am
Thanks for your valuable input.....
January 12, 2015 at 9:14 pm
Great....Thanks for giving the nice input.....
January 8, 2015 at 3:39 am
hi,
pls use this altered function , which will give you the desired result.
alter function fn_split_btw_patterns(@inputstring varchar(max),@firstpattern varchar(max),@secondpattern varchar(max))
returns varchar(max)
as
begin
declare @returnstring varchar(max)=''
declare @start int
declare @end int
select @start = patindex('%' +...
January 8, 2015 at 3:27 am
Viewing 5 posts - 1 through 5 (of 5 total)