Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `Dealer`.`id`, `Dealer`.`type`, `Dealer`.`name`, `Dealer`.`contact`, `Dealer`.`address1`, `Dealer`.`address2`, `Dealer`.`city`, `Dealer`.`zone_id`, `Dealer`.`zip`, `Dealer`.`website`, `Dealer`.`phone`, `Dealer`.`fax`, `Dealer`.`comments`, `Dealer`.`is_new`, `Dealer`.`is_active`, `Dealer`.`created`, `Dealer`.`modified`, `Zone`.`id`, `Zone`.`code`, `Zone`.`name` FROM `airtighthubs`.`dealers` AS `Dealer` LEFT JOIN `airtighthubs`.`zones` AS `Zone` ON (`Dealer`.`zone_id` = `Zone`.`id`) WHERE `type` = 'distributor' AND `is_active` = '1' AND `is_new` = 0 ORDER BY `Dealer`.`name` asc LIMIT 20 | 0 | 0 | 1 |