The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
2answers
375 views

Where can I see how many posts have I edited?

I've found here many queries to check edit counts, and I get different results for each one. Which one is the most accurate and up-to-date query? Or is there any way to see the edit count in stats?
2
votes
1answer
52 views

How can I query SEDE for Favorites tagged with <foo>

Since we currently don't have a way to search our favorites, I built a SEDE Query to List of Favorites for a UserId that are Tagged with TagName. The query takes two inputs: UserId (int) TagName ...
-2
votes
2answers
896 views

How to add comments in stackoverflow? [duplicate]

Possible Duplicate: How do comments work? I would like to add comment for existing question asked or to the answer given in stackoverflow. can someone please explain how can I add comments? ...
11
votes
1answer
129 views

Loophole to search really huge queries

I noticed I was able to exceed the 140 chars limit by directly appending the query to the URL. I believe this could be abused in an unwanted way since searches are *expensive. * or why there is a ...
12
votes
1answer
77 views

Delete own query on data explorer

Is it possible to delete or at least hide your own data explorer query when you know you've only been testing something and don't want it to show?
4
votes
1answer
47 views

Subsequent requeries seem to use original query or another query entirely

I first saw this with my edited #Temporary tables and indexes work and now see it with my simple SELECT 1 then 2 Test. The first query, whether it is cached or a new one (by ensuring you go to a ...