Categories
How to enable "duplicate" strings in MySQL?
Let's say there is a query: SELECT * FROM video GROUP BY rating The problem is that if the rating is repeated, then only one row with this rating is returned. I need everything :(
SELECT * FROM video GROUP BY rating
Answer the question
In order to leave comments, you need to log in
Replace GROUP BY with ORDER BY
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question