Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
ShadowCipher02
.
This query retrieves the article titles and the timestamps of their most recent edits, helping you keep track of the latest changes on Telugu Wikipedia. You can adjust the LIMIT value to get more or fewer results based on your needs.
Toggle Highlighting
SQL
SELECT page_title AS Article_Title, rev_timestamp AS Last_Edit_Timestamp FROM revision JOIN page ON revision.rev_page = page.page_id WHERE page_namespace = 0 -- Namespace 0 corresponds to articles ORDER BY rev_timestamp DESC LIMIT 100
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...