I'm using data from a snapshot of the English Wikipedia and would like
to run a query similar to the following:

SELECT * FROM revision
WHERE rev_id > some_rev_id;

Can I be confident that all revisions returned were saved after some_rev_id?

Thanks!
-Aaron

P.S. I have considered using rev_timestamp and would like to avoid that
if it is possible.

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to