It seems to me that statoverflow.com doesn't have the November data (latest data seems to be August), and stackql.net seems to be no more. Are there other public facing interactive data dumps around?
Incidentally, I can't figure out how to use this one - the ordering stuff doesn't seem to work, though I hear it's got November's data.
scoredesc (by selecting the various rows from the pulldown and checking theDESCbox) it generatedSELECT * FROM "so"."comments" WHERE "owner" = %s ORDER BY "score" OFFSET 0 LIMIT 30, which is notably missing theDESCparameter. This morning I saw the Edit link by the SQL, and manually editing it returned data fine. – Dominic Rodger Dec 10 '09 at 6:41