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.