Results 1 to 2 of 2

Thread: Fetch Record from X row to Y row

  1. #1
    Join Date
    Jul 2006
    Posts
    19

    Fetch Record from X row to Y row

    hi.....

    How to fetch the record in tables from X row to Y row without using limit in MySQL.?


    Regards,
    S.Ashokkumar
    India.

  2. #2
    Join Date
    Apr 2005
    Location
    florida
    Posts
    89
    There are different solutions for this..
    but it depends on how the table is structured.

    the obvious solution would be : Use the auto_increment colunm if the table has one.

    more info on your table.

Posting Permissions

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