Tagged Questions
GROUP BY is a command in the SQL relational database standard for collapsing result rows that share a common field value into a single row. Aggregate functions can be performed on other fields in the group, such as SUM() or AVG(), to collate related data into a single value.
80
votes
2answers
29k views
Group By Multiple Columns - LINQ
How can I do GroupBy Multiple Columns in LINQ
Something as in SQL :
SELECT * FROM <TableName> GROUP BY <Column1>,<Column2>
How Can i convert below to LINQ
...
71
votes
5answers
45k views
MySQL Query GROUP BY day / month / year
Is it possible I make a simple query to count how many records I have in a determined period of time like a Year, month or day, having a TIMESTAMP field, like:
SELECT COUNT(id)
FROM stats
WHERE ...
24
votes
7answers
19k views
Retrieving the last record in each group
There is a table messages that contains data as shown below:
Id Name Other_Columns
-------------------------
1 A A_data_1
2 A A_data_2
3 A A_data_3
4 B ...
22
votes
9answers
32k views
How to concatenate strings of a string field in a PostgreSQL 'group by' query?
I am going to answer my own question because I just found the answer, but thought it still worth posting here.
I am looking for a way to concatenate the strings of a field within a group by query. So ...
19
votes
4answers
475 views
How do I get a SUM to calculate properly with a join?
So I'm trying to count the number of parts, number of tasks, the quantity in each job and the time that it took to manufacture each job but I'm getting some funky results. If I run this:
SELECT
...
19
votes
17answers
6k views
Is there any difference between Group By and Distinct
I learned something simple about SQL the other day:
SELECT c FROM myTbl GROUP BY C
Has the same result as:
SELECT DISTINCT C FROM myTble
What I am curious of, is there anything different in the ...
18
votes
5answers
12k views
sql group by versus distinct
Why would someone use a group by versus distinct when there are no aggregations done in the query?
Also, does someone know the group by versus distinct performance considerations in MySQL and SQL ...
17
votes
3answers
25k views
C# List<> GroupBy 2 Values
I'm using C# on Framework 3.5. I'm looking to quickly group a Generic List<> by two properties. For the sake of this example lets say I have a List of an Order type with properties of CustomerId, ...
16
votes
1answer
2k views
ILookup<TKey, TVal> vs. IGrouping<TKey, TVal>
I've been having trouble articulating the differences between ILookup<TKey, TVal> and IGrouping<TKey, TVal>, and am curious if I understand it correctly now. LINQ compounded the issue by ...
16
votes
4answers
15k views
“Most popular” GROUP BY in LINQ?
Assuming a table of tags like the stackoverflow question tags:
TagID (bigint), QuestionID (bigint), Tag (varchar)
What is the most efficient way to get the 25 most used tags using LINQ? In SQL, ...
13
votes
3answers
327 views
How to use GroupBy properly in LINQ?
I have 4 tables: Post, Category, Relation and Meta
A category can contains multiple posts, and the relation between them is stored in Relation table. A post then can has many extra info that are ...
13
votes
1answer
5k views
LINQ Group By Multiple fields -Syntax help
What is the correction needed for example 2 inorder to group by multiple columns
Example 1
var query = from cm in cust
group cm by new { cm.Customer, cm.OrderDate } into cms
...
12
votes
4answers
326 views
Is the GROUP BY clause in SQL redundant?
Whenever we use an aggregate function in SQL (MIN, MAX, AVG etc), we must always GROUP BY all non-aggregated columns, for instance:
SELECT storeid, storename, SUM(revenue), COUNT(*)
FROM Sales
GROUP ...
11
votes
10answers
5k views
How to speed up “select count(*)” with “group by” and “where”?
How to speed up select count(*) with group by?
It's too slow and is used very frequently.
I have a big trouble using select count(*) and group by with a table having more than 3,000,000 rows.
select ...
11
votes
3answers
8k views
How do I order a Group result, in Linq?
I have the following linq query, which works fine. I'm not sure how i order the group'd result.
from a in Audits
join u in Users on a.UserId equals u.UserId
group a by a.UserId into g
select new { ...
11
votes
7answers
5k views
MySQL - Control which row is returned by a group by
I have a database table like this:
id version_id field1 field2
1 1 texta text1
1 2 textb text2
2 1 textc text3
2 2 ...
11
votes
8answers
2k views
Why does SQL force me to repeat all non-aggregated fields from my SELECT clause in my GROUP BY clause?
This has bugged me for a long time.
99% of the time, the GROUP BY clause is an exact copy of the SELECT clause, minus the aggregate functions (MAX, SUM, etc.).
This breaks the Don't Repeat Yourself ...
10
votes
4answers
3k views
using group_concat in PHPMYADMIN will show the result as [BLOB - 3B]
I have a query which uses the GROUP_CONCAT of mysql on an integer field.
I am using PHPMYADMIN to develop this query. My problem that instead of showing 1,2 which is the result of the concatenated ...
10
votes
1answer
305 views
Linq to Objects: does GroupBy preserve order of elements?
Does Enumerable.GroupBy from LINQ to Objects preserve order of elements in the groups?
10
votes
4answers
4k views
MySQL Group By ordering
I have the following table:
id time text otheridentifier
-------------------------------------------
1 6 apple 4
2 7 orange 4
...
9
votes
3answers
114 views
SQL Group By Date Conflicts
I have a table with columns start_date and end_date. What we need to do is Select everything and group them by date conflicts for each Object_ID.
A date conflict is when a row's start date and/or ...
9
votes
7answers
236 views
SQL “GROUP BY” issue
I'm designing a shopping cart. To circumvent the problem of old invoices showing inaccurate pricing after a product's price gets changed, I moved the price field from the Product table into a ...
9
votes
5answers
11k views
mysql select sum group by date
Quick question, I have the following table
+-------------+---------------------+
| total | o_date |
+-------------+---------------------+
| 35 | 01-11-2009 19:32:44 |
| ...
9
votes
2answers
6k views
LINQ: Group by month and year within a datetime field
I have a table with a datetime field. I want to retrieve a result set grouped by the month/year combination and the number of records that appear within that month/year. How can this be done in ...
8
votes
5answers
190 views
MySQL group by and max returns wrong rows
I have two tables and I try to find the "post" with the highest score per day.
CREATE TABLE IF NOT EXISTS `posts_points` (
`post_id` int(10) unsigned NOT NULL,
`comments` smallint(5) unsigned NOT ...
8
votes
4answers
2k views
MySQL Order before Group by
I need to find the latest post for each author and then group the results so I only a single latest post for each author.
SELECT wp_posts.* FROM wp_posts
WHERE wp_posts.post_status='publish'
...
8
votes
2answers
2k views
Python group by
Assume that I have a such set of pair datas where index 0 is the value and the index 1 is the type:
input = [('11013331', 'KAT'), ('9085267', 'NOT'), ('5238761', 'ETH'), ('5349618', 'ETH'), ...
8
votes
1answer
4k views
MySQL Update query with left join and group by
I am trying to create an update query and making little progress in getting the right syntax.
The following query is working:
SELECT t.Index1, t.Index2, COUNT( m.EventType )
FROM Table t
...
8
votes
12answers
3k views
How do I return my records grouped by NULL and NOT NULL?
I have a table that has a processed_timestamp column -- if a record has been processed then that field contains the datetime it was processed, otherwise it is null.
I want to write a query that ...
7
votes
3answers
314 views
LINQ groupby statement with key
The syntax of my query is good but not the output and it's really strange.
I have the following table:
| AppointID | UserID | AppointSet | AppointResolved | AppointStatus | AppointmentDatetime
| ...
7
votes
2answers
403 views
Python: partition list of names into equally sized sublists
I have a list of names, e.g. ['Agrajag', 'Colin', 'Deep Thought', ... , 'Zaphod Beeblebrox', 'Zarquon']. Now I want to partition this list into approximately equally sized sublists, so that the ...
7
votes
5answers
2k views
Rails : How to build statistics per day/month/year or How database agnostic SQL functions are missing (ex. : STRFTIME, DATE_FORMAT, DATE_TRUNC)
I have been searching all over the web and I have no clue.
Suppose you have to build a dashboard in the admin area of your Rails app and you want to have the number of subscriptions per day.
Suppose ...
7
votes
8answers
334 views
Are these two queries the same - GROUP BY vs. DISTINCT?
These two queries seem to return the same results. Is that coincidental or are they really the same?
1.
SELECT t.ItemNumber,
(SELECT TOP 1 ItemDescription
FROM Transactions
WHERE ItemNumber ...
7
votes
2answers
3k views
MYSQL - Group by limit
Is there a simple way to LIMIT the GROUP BY results to the top 2. The following query returns all the results. Using 'LIMIT 2' reduces the overall list to the top 2 entries only.
select ...
7
votes
1answer
460 views
What are the Ruby equivalent of Python itertools, esp. combinations/permutations/groupby?
Python's itertools module provides a lots of goodies with respect to processing an iterable/iterator by use of generators. For example,
permutations(range(3)) --> 012 021 102 120 201 210
...
7
votes
1answer
3k views
How do you group by multiple columns in LINQ TO SQL?
How do you group by multiple columns in LINQ TO SQL?
db.Table.GroupBy(a => a.column1.ToString() + a.column2.ToString())
It seems ugly and with poor performance, and I don't even know if it ...
6
votes
1answer
172 views
Huge performance difference when using group by vs distinct
I am performing some tests on a HSQLDB server with a table containing 500 000 entries. The table has no indices. There are 5000 distinct business keys. I need a list of them. Naturally I started with ...
6
votes
4answers
264 views
MySQL GROUP BY DateTime +/- 3 seconds
Suppose I have a table with 3 columns:
id (PK, int)
timestamp (datetime)
title (text)
I have the following records:
1, 2010-01-01 15:00:00, Some Title
2, 2010-01-01 15:00:02, Some Title
3, ...
6
votes
2answers
325 views
MySql second-smallest element in each group
I have a table similar to the following:
date | expiry
-------------------------
2010-01-01 | 2010-02-01
2010-01-01 | 2010-03-02
2010-01-01 | 2010-04-04
2010-02-01 | 2010-03-01
...
6
votes
5answers
243 views
SQL: Is it possible to 'group by' according to 'like' function's results?
I am using Oracle SQL and I want to group some different rows that 'like' function results. To elaborate with an example:
Let's assume I have a table MESA with one of the columns is a huge string. ...
6
votes
2answers
952 views
mysql showing null values for group by statements
I'm doing:
select sum(clicks),
date
from stats
group by date
...however when the sum is null for some date, the whole row is discarded, I want to see: | null | some_date |, ...
6
votes
2answers
643 views
How can I create a dynamic LINQ query in C# with possible multiple group by clauses?
I have been a programmer for some years now but I am a
newcomer to LINQ and C# so forgive me if my question sounds
particularly stupid.
I hope someone may be able to point me in the right
direction. ...
6
votes
4answers
3k views
mysql query: SELECT DISTINCT column1, GROUP BY column2
Right now I have the following query:
SELECT name, COUNT(name), time, price, ip, SUM(price)
FROM tablename
WHERE time >= $yesterday
AND time <$today GROUP BY name
And what I'd like ...
6
votes
3answers
181 views
How to order, group, order with mySQL
Here is a simplified version of my table
tbl_records
-title
-created
-views
I am wondering how I can make a query where they are grouped by title, but the record that is returned for each group is ...
6
votes
2answers
450 views
MS Access Rounding Precision With Group By
Why doesn't the average of the score of an employee of each month, when summed, equal the average of the employees score (ever)?
Average
SELECT Avg(r.score) AS rawScore
FROM (ET INNER JOIN Employee ...
6
votes
4answers
892 views
Is it possible to perform a bitwise group function?
I have a field in a table which contains bitwise flags. Let's say for the sake of example there are three flags: 4 => read, 2 => write, 1 => execute and the table looks like this*:
user_id ...
6
votes
3answers
5k views
Distinct pair of values SQL
Consider
create table pairs ( number a, number b )
Where the data is
1,1
1,1
1,1
2,4
2,4
3,2
3,2
5,1
Etc.
What query gives me the distinct values the number column b has So I can see
1,1
...
6
votes
5answers
5k views
T-SQL GROUP BY: Best way to include other grouped columns
I'm a MySQL user who is trying to port some things over to MS SQL Server.
I'm joining a couple of tables, and aggregating some of the columns via GROUP BY.
A simple example would be employees and ...
5
votes
1answer
55 views
Group By and get distinct value that occurs most often
I want to group by a varchar column and find the foreignkey value that occurs the most. The problem is that multiple fiModel can be assigned to the same TAC(first 8 digits of a 15-digit value called ...
5
votes
0answers
152 views
Entity Framework 4.2 table per hierarchy group by discriminator
I am working on a project using an EF 4.2 code first model. This model contains a TPH inheritance structure for products. I need to group the polymorphic results of this inheritance model on the ...