The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
43 views

Data Explorer query to sort comments based on the number of up votes?

I want to learn how to compose a query for Stack Exchange Data Explorer to sort comments in a single answer (for example, in this answer) based on the number of up votes. My attempt is as follow, but ...
0
votes
1answer
46 views

Query Stack Overflow: Not showing original reputation

I just checked out top users in my country, and I saw I am also there. But the case is, it is not showing my original reputation! It is showing 1674 while I have more than 1800. Why is this??
-11
votes
1answer
159 views

User was removed … Ok, why am I getting punished for it?

Today my reputation was decreased because of 'User was removed' criteria. First of all the information provided about this on the reputation page is quite inadequate. It does not explain, who got ...
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?
0
votes
0answers
27 views

Cant find myself in the query on Stack Exchange Data Explorer [duplicate]

Possible Duplicate: Why are my SEDE results inaccurate/obsolete/incorrect/outdated? The query is about Top Indian users in StackOverFlow But I can't find myself in the query. can anybody ...
1
vote
2answers
170 views

Download Stack Overflow data for a research project

I would like to download the Stack Overflow data for a data mining research project. I tried the SQL interface at data.stackexchange.com, but the downloading process was not obvious since the ...
12
votes
2answers
160 views

Is there a query to see how far are you from the proofreader badge?

So, is there a query to get how far are you from the proofreader badge? Something like How many Copy Editor/Strunk & White-qualifying edits have I made?
0
votes
1answer
42 views

Query Results on Blog

I'm making my first jump into data-mining Stack Overflow. I'd like to run a query that returns results into a blog post I make. I see there is a Stack Exchange Data Explorer, and there is an odata ...
-3
votes
1answer
112 views

Unsung Hero query on Data Explorer [closed]

Can someone make a query on Stack Exchange Data Explorer for users to track their progress on Unsung Hero badge? I mean, in some queries, I saw some input box for users to input custom data for ...
8
votes
1answer
73 views

How to track users having highest number of a specific badge

There are some badges in stackoverflow, which can be awarded multiple times, like Notable Question. Is there any option to identify users having a highest number specific badge? I mean suppose in the ...
4
votes
1answer
82 views

Keeping track of changes to a question v/s keeping track of good answers

There have been feature-requests in the past about option to favourite answers only but that has been declined So, currently there is only one way to achieve both these things (at least only one way ...
2
votes
1answer
247 views

Unsung Hero Query

I have taken a look at my stats on http://odata.stackexchange.com/stackoverflow/s/345/how-unsung-am-i The results in that query don't seem to tally with my own counting. The query says I have 23 ...
8
votes
1answer
55 views

Some (long?) strings in one line of concatenation(s) don't work in Data Explorer

See this query which works as is, but if you edit it to delete either embedded new line (or both) the query fails with: Incorrect syntax near '0'.
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 ...
3
votes
1answer
74 views

Query: list questions where the OP also left an answer

I was-trying-but-failed-miserably to assemble a query for Stack Exchange to display all the questions where the OP also wrote an answer. Preferably, the query would hide the results where a ...
-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? ...
3
votes
0answers
45 views

Multiple Run Queries needed to get the result of an edited query in Data Explorer

I don't know if this is related to my previous reports, but currently when you edit a query in SEDE the changes are ignored by the first Run Query (whether it be a valid query or an error). The next ...
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?
3
votes
1answer
65 views

Data Explorer doesn't like GO after CREATE PROCEDURE

My original #Temporary tables, indexes and procedures work! no longer works, so I edited it to confirm temporary tables and indexes can still work -- and this now doesn't need GO. The problem with ...
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 ...
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 ...
-3
votes
1answer
54 views

Ability to query who is following a specified tag in Stack Exchange Data Explorer

It would be great if we can query who all are following a particular tag. So something like this should be the query. Select * from Users u inner join TagUserMap tum on u.Id = tum.UserId where ...
3
votes
2answers
101 views

Is there a query which shows which user(s) has the most of a specified badge in a specified site?

Or can someone write one? I am rather a stats geek, so I won't be anguished by an answer in the negative, but if it's not too much work...
2
votes
1answer
52 views

Are the data queries cached on Data Explorer? Why doesn't my recent activity show up? [duplicate]

Possible Duplicate: Data from the Stack Exchange Data Explorer are obsolete I've been running this query for the past few days but every time I get the same count. I've edited a few posts ...
2
votes
2answers
63 views

Data Explorer Query: Best answer to question with no accepted answer

I am looking for a pre-made query for Data Explorer that finds all my answers that have the most votes for questions without accepted answer. Just want to see how many of those I have, and if ...
0
votes
0answers
34 views

query questions that match multiple tags, presented uniquely [duplicate]

Possible Duplicate: How do I search for questions with specific tags? I need to find out all the unique questions that are tagged with asp.net-mvc, asp.net-mvc-2 and asp.net-mvc-3. Can I, ...
3
votes
3answers
130 views

Query to get questions I voted on

I'd like to know on which questions and how much I voted. Is there such a query? It would be nice to share it.
0
votes
1answer
27 views

Query request: questions earning the popular question badge, but with no upvotes

I recently noticed something odd. I had asked a question on superuser. I got one vote on an answer I later provided, but no votes on the question. Today, I log in and realize I somehow got the popular ...
5
votes
0answers
42 views

Ability to “vote to close” Data Explorer queries

I have recently come across an SO Data Explorer query which produces incorrect results and posted a question about having it removed: Data Explorer - Invalid Query: Electorate Badge Progress This ...
2
votes
2answers
95 views

Custom queries?

Is there anyway to create some kind of a custom query or filer on SO? What I'd like to see is a list of questions asked in the past 7 days with no replies at all, within my set of interested tags, ...
2
votes
2answers
123 views

Visitors vs Users

How come programmers.stackexchange.com has more visitors/day than it has users? Does the visitors count include non-registered users?
2
votes
1answer
72 views

Is this StackExchange query possible?

Is it possible to write a query that fetches just the question and the accepted answer while applying the ... userId of the user who posted the accepted answer... as the filter. To be clearer, the ...
0
votes
1answer
72 views

Is ControlsOverload site a sister site of SO/SU/Meta etc?

Is the site Controlsoverload part of the StackOverflow / SuperUser / Meta / etc group? It looks the same, and has a link to stackexchange at the bottom. It also says it is in Beta, but I don't see it ...