In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'digitalt_fsb.x.id'; this is incompatible with sql_mode=only_full_group_by(No Description) sql: SELECT p.id,p.parent_id, o.price FROM products p, productoffers o WHERE p.id = o.product_id AND p.parent_id = 0 AND hidden = 0 AND offers > 0 AND p.salesrank <= 1000 AND (p.price >= 1 AND p.price <= 1000000) AND o.id IN (SELECT x.id FROM productoffers x WHERE x.product_id = p.id HAVING MIN(x.price)) ORDER BY o.percentagesaved DESC LIMIT 40