Possible Duplicate:
Why are my SEDE results inaccurate/obsolete/incorrect/outdated?

I've run the following query, just to see if it actually works, but I'm getting no results even though I have dozens of posts:

select
  q.Id
from
  Posts q
where
  q.OwnerUserId = 1525840

What's going wrong? I'm executing the query here.

share|improve this question
1  
Could you be more specific than "doesn't work"? – hammar Sep 17 '12 at 4:13
More specific than "getting no results even though I have dozens of posts"? Not sure how to make it clearer... – Konrad Viltersten Sep 17 '12 at 5:56
@Chamster I wrote that, after he commented. You wrote "I've run the following query, just to see if it actually works. Well, it doesn't." – Michael Mrozek Sep 17 '12 at 6:15
@MichaelMrozek True, so true... I'll be in my corner wearing a hat of shame. – Konrad Viltersten Sep 17 '12 at 6:33

marked as duplicate by Tim Stone, Michael Mrozek, jadarnel27, animuson, Anna Lear Sep 17 '12 at 4:27

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 8 down vote accepted

SEDE data isn't live, it comes from periodic data dumps. You can see on the homepage that the most recent data is from June 26th; your first post wasn't made until July 14th

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged