Logged In: YES
user_id=3076

The time limit is important to keep because it speeds up the
query a lot. But I agree that there should be a way to get
offsets as well as limits. The current code makes this far
from trivial, because it's getting data from two tables and sort
of manually doing a union (which MySQL 3.23 doesn't do
yet). Maybe after MySQL 4.0 becomes stable for a while we'll
add this feature (along with the fancy searches).