November 6, 2006 at 12:08 am
Hi all,
I'm trying to return data from a table that contains data as following format;
1,2,3,4,5... and so on up to 15 numbers.
Is there any way to write a sql to get just numbers only without ,?
Thanks for your help.
November 6, 2006 at 12:21 am
Do u need like 1234567891011........15 or u want to manipulate each and every number.
If its 2nd,then make use of while loop by checking the length of the returned string
November 6, 2006 at 1:08 am
Hi,
If you need to extract values from a comma delimited list, read this - some nice methods and evaluation of performance there.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy