Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 String manipulation in Cursors

Author  Topic 

vinothonline
Starting Member

4 Posts

Posted - 2007-06-20 : 07:57:43
Hi,
I get 10 rows from a Select stmt in a sp. In each row i am having a field named Pageno. This Pageno wl be 2-5,8,15 . i want it to store as 2,3,4,5,8,15
whether shuld i go for cursors and do the string manipulation or is there any other solution ? and also i need help for doing string manipulation.
Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-06-20 : 10:39:28
can you post your table structure, sample data and expected result.


KH

Go to Top of Page
   

- Advertisement -