If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Limit rows returned in Progress?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-04, 14:59
habiem habiem is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Limit rows returned in Progress?

I need to do a very large select in a Progress database, but I don't want to just do a "SELECT *..." I want to be able to pull the first 10,000 rows, then the next 10,000 rows etc. The database currently has a limit set on it of 50,000 rows that can be returned in one query. I need access to all rows in the table (about 700,000). In other SQL databases, I could use the TOP or LIMIT statements. Anything similar I can do in progress?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On