March 16, 2011 at 7:29 pm
And looking again, you aren't a newbie, so you really have no excuse for not providing us with what we needed to help you.
As of today for you: Points: 1,170, Visits: 748
March 16, 2011 at 8:04 pm
SUPER SQL STAR (3/16/2011)
hi,i have data like
1234.45.1.46.678.1
i want a function which return when I Passesd 1 it will return the 1234
2 it will return the 45
3 it will return the 1
4 it will return the 46
-------
7 it will return null
what is procedure use char index in this function
The reason why so many of the folks want to know how you would use such a function before they provide an answer is so that they can give you the best solution. For example, rather than just returning one value, it may be better to return all the values in a sort of numbered list especially where performance of code may be concerned.
A lot of folks have asked for what they thought they wanted only to find out that an alternative solution to the problem worked out much better for them.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 16 through 16 (of 16 total)
You must be logged in to reply to this topic. Login to reply