Hi All,
Can we use the SUBSTRING or PATINDEX function with a User Defined Function as one of the parameters Something like this:
Select SUBSTRING(Select * from DB.dbo.Function('Parameter'), PATINDEX('%\%', Select * from DB.dbo.Function('Parameter'), 8)
Code Block