0 in: [
select
t1.customers_id, t1.website, t1.stars, t1.stars_olympus,
t3.address_book_id, t3.entry_company, t3.entry_zone_id,
t4.customers_default_address_id,
t5.zone_code, t5.zone_name
from sco_olala_dealers as t1, sco_address_book as t3, sco_customers as t4, sco_zones as t5
where t3.customers_id=t1.customers_id
AND t5.zone_id=t3.entry_zone_id
and t3.entry_country_id = 188
and t3.address_book_id=t4.customers_default_address_id
and t1.seller_olympus=1 order by t1.stars_olympus DESC, t3.entry_company]