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
RohithReddy1234
.
Toggle Highlighting
SQL
SELECT page_title, page_len FROM page JOIN (SELECT rc_title, MIN(rc_timestamp) AS first_edit FROM recentchanges WHERE rc_namespace = 3 AND rc_type = 0 GROUP BY rc_title ORDER BY first_edit DESC LIMIT 10) AS recent_user_talks ON page.page_title = recent_user_talks.rc_title AND page.page_namespace = 3;
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...