Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM table
      LIMIT 99, 21;
    
  2. or download this
    SELECT * FROM table
      ORDER BY col
      LIMIT 99, 21;