select a.*, mapping_id.value as attribute_value from catalog_product_entity as a, catalog_product_entity_varchar as attribute_table where attribute_table.entity_id = a.entity_id and attribute_table.attribute_id = (select attribute_id from eav_attribute where attribute_code…
Continue reading Magento2 : Sql query to get product attribute value
Comments closed