How do I use ROWCOUNT and TOP to limit the query results on Stack Exchange Data Explorer (SEDE)?
For example, fetch me 10 posts tagged JavaScript which have fiddles in them.
Reason - Timeout expired
|
How do I use ROWCOUNT and TOP to limit the query results on Stack Exchange Data Explorer (SEDE)? For example, fetch me 10 posts tagged JavaScript which have fiddles in them. Reason - Timeout expired |
||||
|
|
Not really sure how on topic this is but I understand how the timeout's on the Stack Exchange Data Explorer can be annoying. Apparently, a new server is in the offing, which might makes things better. You're probably looking for
For instance
The other option is |
|||
|
|