• Buy

string(6644) "SELECT `e`.*, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, IF(at_address.value_id > 0, at_address.value, at_address_default.value) AS `address`, IF(at_city.value_id > 0, at_city.value, at_city_default.value) AS `city`, IF(at_state.value_id > 0, at_state.value, at_state_default.value) AS `state`, IF(at_neighborhood_name.value_id > 0, at_neighborhood_name.value, at_neighborhood_name_default.value) AS `neighborhood_name`, IF(at_description.value_id > 0, at_description.value, at_description_default.value) AS `description`, IF(at_short_description.value_id > 0, at_short_description.value, at_short_description_default.value) AS `short_description`, IF(at_buildingfeatures.value_id > 0, at_buildingfeatures.value, at_buildingfeatures_default.value) AS `buildingfeatures`, IF(at_trestle.value_id > 0, at_trestle.value, at_trestle_default.value) AS `trestle`, IFNULL(review_summary.reviews_count, 0) AS `reviews_count`, IFNULL(review_summary.rating_summary, 0) AS `rating_summary`, `stock_status_index`.`stock_status` AS `is_salable` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `catalog_product_entity_varchar` AS `at_address_default` ON (`at_address_default`.`entity_id` = `e`.`entity_id`) AND (`at_address_default`.`attribute_id` = '163') AND `at_address_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_varchar` AS `at_address` ON (`at_address`.`entity_id` = `e`.`entity_id`) AND (`at_address`.`attribute_id` = '163') AND (`at_address`.`store_id` = 1) INNER JOIN `catalog_product_entity_varchar` AS `at_city_default` ON (`at_city_default`.`entity_id` = `e`.`entity_id`) AND (`at_city_default`.`attribute_id` = '335') AND `at_city_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_varchar` AS `at_city` ON (`at_city`.`entity_id` = `e`.`entity_id`) AND (`at_city`.`attribute_id` = '335') AND (`at_city`.`store_id` = 1) INNER JOIN `catalog_product_entity_varchar` AS `at_state_default` ON (`at_state_default`.`entity_id` = `e`.`entity_id`) AND (`at_state_default`.`attribute_id` = '336') AND `at_state_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_varchar` AS `at_state` ON (`at_state`.`entity_id` = `e`.`entity_id`) AND (`at_state`.`attribute_id` = '336') AND (`at_state`.`store_id` = 1) INNER JOIN `catalog_product_entity_varchar` AS `at_neighborhood_name_default` ON (`at_neighborhood_name_default`.`entity_id` = `e`.`entity_id`) AND (`at_neighborhood_name_default`.`attribute_id` = '366') AND `at_neighborhood_name_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_varchar` AS `at_neighborhood_name` ON (`at_neighborhood_name`.`entity_id` = `e`.`entity_id`) AND (`at_neighborhood_name`.`attribute_id` = '366') AND (`at_neighborhood_name`.`store_id` = 1) INNER JOIN `catalog_product_entity_text` AS `at_description_default` ON (`at_description_default`.`entity_id` = `e`.`entity_id`) AND (`at_description_default`.`attribute_id` = '75') AND `at_description_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_text` AS `at_description` ON (`at_description`.`entity_id` = `e`.`entity_id`) AND (`at_description`.`attribute_id` = '75') AND (`at_description`.`store_id` = 1) INNER JOIN `catalog_product_entity_text` AS `at_short_description_default` ON (`at_short_description_default`.`entity_id` = `e`.`entity_id`) AND (`at_short_description_default`.`attribute_id` = '76') AND `at_short_description_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_text` AS `at_short_description` ON (`at_short_description`.`entity_id` = `e`.`entity_id`) AND (`at_short_description`.`attribute_id` = '76') AND (`at_short_description`.`store_id` = 1) INNER JOIN `catalog_product_entity_text` AS `at_buildingfeatures_default` ON (`at_buildingfeatures_default`.`entity_id` = `e`.`entity_id`) AND (`at_buildingfeatures_default`.`attribute_id` = '357') AND `at_buildingfeatures_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_text` AS `at_buildingfeatures` ON (`at_buildingfeatures`.`entity_id` = `e`.`entity_id`) AND (`at_buildingfeatures`.`attribute_id` = '357') AND (`at_buildingfeatures`.`store_id` = 1) INNER JOIN `catalog_product_entity_int` AS `at_trestle_default` ON (`at_trestle_default`.`entity_id` = `e`.`entity_id`) AND (`at_trestle_default`.`attribute_id` = '437') AND `at_trestle_default`.`store_id` = 0 LEFT JOIN `catalog_product_entity_int` AS `at_trestle` ON (`at_trestle`.`entity_id` = `e`.`entity_id`) AND (`at_trestle`.`attribute_id` = '437') AND (`at_trestle`.`store_id` = 1) LEFT JOIN `review_entity_summary` AS `review_summary` ON e.entity_id = review_summary.entity_pk_value AND review_summary.store_id = 1 AND review_summary.entity_type = (SELECT `review_entity`.`entity_id` FROM `review_entity` WHERE (entity_code = 'product')) INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id AND stock_status_index.website_id = 0 AND stock_status_index.stock_id = 1 WHERE (IF(at_address.value_id > 0, at_address.value, at_address_default.value) IS NOT NULL) AND (IF(at_city.value_id > 0, at_city.value, at_city_default.value) IS NOT NULL) AND (IF(at_state.value_id > 0, at_state.value, at_state_default.value) IS NOT NULL) AND (IF(at_neighborhood_name.value_id > 0, at_neighborhood_name.value, at_neighborhood_name_default.value) IS NOT NULL) AND (IF(at_description.value_id > 0, at_description.value, at_description_default.value) IS NOT NULL) AND (IF(at_short_description.value_id > 0, at_short_description.value, at_short_description_default.value) IS NOT NULL) AND (IF(at_buildingfeatures.value_id > 0, at_buildingfeatures.value, at_buildingfeatures_default.value) IS NOT NULL) AND ((CONCAT(at_address.value, ' ', at_city.value, ' ', at_state.value, ' ', at_neighborhood_name.value, ' ', at_description.value, ' ', at_short_description.value, ' ', at_buildingfeatures.value) like '%CC压力测试⚠️⚠️CC压力测试,CC压力测试,CC压力测试,CC压力测试CC压力测试.Hyio%')) AND (IF(at_trestle.value_id > 0, at_trestle.value, at_trestle_default.value) IS NOT NULL) AND (stock_status_index.stock_status = 1) AND (e.entity_id IN (78772, 79180, 79545, 79551, 79575, 79616)) ORDER BY FIELD(e.entity_id,78772,79180,79545,79551,79575,79616) "
There are currently no listings that match your criteria.