So my problem is that I have a table in which I want to print the Minimum price of a book but in the table have 2 books which has the Lowest price so when ever I execute it the output only show me the price for 1 book and the details of the 1 book I want it to show me the 2 books which has the same Lowest price for that I write a query but it's not working can someone help me
Select *,Min(price) From Books