I need to query a table to extract maximum values of purchases in any month. However, if there are 2 months with both having the maximum number of purchases, the query should return both. MAX function only returns one of them. How do I pull both or more if available
question from:https://stackoverflow.com/questions/65841626/max-funtion-in-sql