Hi,
I have a simple table
price(id_product, price, date)
which records price changes for each id_product. Each time a pricechanges a new tuple is created.
What is the best way to select only the latest price of each id_product?
Thanks,