skip to Main Content

Mysql group by MIN(price)

I have a table filled with pre-calculated prices for rental objects. This is a simple version of it: CREATE TABLE `pricecache` ( `oid` int(11) NOT NULL DEFAULT '0', `start` date NOT NULL, `end` date NOT NULL, `duration` tinyint(3) UNSIGNED NOT…

VIEW QUESTION
Back To Top
Search