User 'DR408_ollpat' has exceeded the 'max_questions' resource (current value: 100000)
SELECT *, ( IF ('2024-12-21 12:59:54' >= `from` AND '2024-12-21 12:59:54' <= `to`, 1, 0) + IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0)) AS `score`
FROM `ps_specific_price`
WHERE `id_product` IN (0, 874)
AND `id_shop` IN (0, 1)
AND `id_currency` IN (0, 1)
AND `id_country` IN (0, 8)
AND `id_group` IN (0, 1)
AND `from_quantity` <= 1
AND
(
(`from` = '0000-00-00 00:00:00' OR '2024-12-21 12:59:54' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2024-12-21 12:59:54' <= `to`)
)
ORDER BY `from_quantity` DESC, `score` DESC LIMIT 1