Jump to content

User:Tim Starling/Reddi watchlist SQL

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Tim Starling (talk | contribs) at 05:01, 27 July 2003. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Hey look everyone, I worked out how to use "group by"!

SQL query:
select old_namespace,old_title from old,user where old_user=user_id AND user_name='Reddi' group by old_title limit 1000

select cur_namespace,cur_title from cur,user where cur_user=user_id AND user_name='Reddi' AND cur_is_new=1 group by cur_title limit 1000

This is a list of articles Reddi has edited. See User:Tim Starling/Reddi watchlist for a human-edited list.