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 WHERE time IN ( SELECT MAX(time) FROM table GROUP BY numbers )