I want to select the minor date by id from a table and also another column without using group by like:
Select id, min(idDate), price from table group by id