Jump to content

User:Tim Starling/Reddi watchlist SQL

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.