In my SQL query I am selecting data with GROUP BY and ORDER BY clauses. The table has the same numbers across multiple rows wi
numbers
SELECT * FROM table t WHERE time = ( SELECT max(time) FROM table WHERE t.numbers = numbers )