News

mysql> SELECT * FROM table LIMIT 5,10; # Retrieve rows 6-15 </pre><BR><BR>Here is a link to the MySQL page talking about the SELECT syntax, ...