[
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.ean = '4037321007520'
order by price_new ASC
limit 0,2][][
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.ean = '8715393107619'
order by price_new ASC
limit 0,2][][
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.ean = '4242003432136'
order by price_new ASC
limit 0,2][]