1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'qi-energy_shop.o.date_purchased' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
select p.products_id, p.products_image from orders_products opa, orders_products opb, orders o, products p, products_to_categories p2c where (p2c.categories_id != 21) and (p2c.categories_id != 23) and (p.products_id = p2c.products_id) and opa.products_id = '15' and opa.orders_id = opb.orders_id and opb.products_id != '15' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' group by p.products_id order by o.date_purchased desc limit 6
[TEP STOP]
|