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
 General SQL Server Forums
 New to SQL Server Programming
 Retrieve values from a table one row at a time

Author  Topic 

VeselaApo
Posting Yak Master

114 Posts

Posted - 2010-12-08 : 15:51:19
Hi,

Is there a way to retrieve values from a tables one row at a time without using any other restrictions. As simple as it sounds, I cannot find a way to do this without using where clause and manually input values for the constraint.

So I just need some looping statement that will read and return the values from a table one row at a time. Any ideas?

robvolk
Most Valuable Yak

15732 Posts

Posted - 2010-12-08 : 15:56:08
Probably better to just stick with the original thread: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=153917
Go to Top of Page

VeselaApo
Posting Yak Master

114 Posts

Posted - 2010-12-08 : 16:00:18
Ok this is fine - I just wanted to isolate the question so that It is easier to comprehend the true essense of the problem i am facing.
Go to Top of Page
   

- Advertisement -