Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE images (
        id INT
    ...
       ,next_id INT
       ,other_columns_here
    );
    
  2. or download this
    SELECT * FROM images WHERE ( (id=?) OR (next_id=?) OR (prev_id=?) );