1226 - User 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 64000)
select ab.entry_firstname, ab.entry_lastname, ab.entry_company, ab.entry_street_address, ab.entry_suburb, ab.entry_postcode, ab.entry_city, ab.entry_phone, ab.entry_mobile, ab.entry_info, ab.entry_zone_id, z.zone_name, ab.entry_country_id, c.countries_id, c.countries_name, c.countries_iso_code_2, c.countries_iso_code_3, c.address_format_id, ab.entry_state from new_cimb_address_book ab left join new_cimb_zones z on (ab.entry_zone_id = z.zone_id) left join new_cimb_countries c on (ab.entry_country_id = c.countries_id) where ab.customers_id = '0' and ab.address_book_id = '0'