I would like to construct a query that displays all the results in a table, but is offset by 5 from the start of the table. As far as I can tell, MySQL\'s LIMIT
LIMIT
WHERE .... AND id >
id can be any autoincremented or unique numerical column you have...