Answer the question
In order to leave comments, you need to log in
Is it possible to use group by without aggregate functions?
I have never seen that group by was used without aggregate functions, in fact, a logical question arose: "is it possible at all?", if so, please give an example.
Answer the question
In order to leave comments, you need to log in
SELECT u.id, u.name, e.value FROM users u, emails e
WHERE u.id=e.userid GROUP BY u.id, u.name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question