DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How to limit rows returned from query?

  1. #1
    Join Date
    Aug 2000
    Posts
    132
    I need to be able to limit the number of rows returned from my SQL statement any suggestion? Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    WHERE ROWNUM < x

    However, there are some considerations here. Search this forum for ROWNUM to find some good threads on the subject.

    - Chris

  3. #3
    Join Date
    Aug 2000
    Posts
    132
    thx chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width