1 | SELECT `Product`.`id`, `Product`.`title`, `Product`.`alias`, `Product`.`order`, `Product`.`price`, `Product`.`manufacturer`, `Product`.`content`, `Product`.`images`, `Product`.`images1`, `Product`.`images2`, `Product`.`images3`, `Product`.`images4`, `Product`.`detail`, `Product`.`catproduct_id`, `Product`.`homeproduct`, `Product`.`newsproduct`, `Product`.`featuredproducts`, `Product`.`saleoff`, `Product`.`title_seo`, `Product`.`meta_key`, `Product`.`meta_des`, `Product`.`created`, `Product`.`modified`, `Product`.`status`, `Catproduct`.`id`, `Catproduct`.`parent_id`, `Catproduct`.`lft`, `Catproduct`.`rght`, `Catproduct`.`name`, `Catproduct`.`title_seo`, `Catproduct`.`alias`, `Catproduct`.`created`, `Catproduct`.`modified`, `Catproduct`.`status`, `Catproduct`.`order`, `Catproduct`.`level`, `Catproduct`.`meta_key`, `Catproduct`.`meta_des` FROM `products` AS `Product` LEFT JOIN `catproducts` AS `Catproduct` ON (`Product`.`catproduct_id` = `Catproduct`.`id`) WHERE `Product`.`id` = 840 LIMIT 1 | | 1 | 1 | 1 |