Guest User

Untitled

a guest
Dec 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. SELECT
  2. catalog_product_entity.entity_id,
  3. catalog_product_entity_varchar.store_id,
  4. catalog_product_entity_varchar.value as 'URL_KEY'
  5. FROM
  6. `catalog_product_entity` inner JOIN catalog_product_entity_varchar
  7. ON
  8. catalog_product_entity_varchar.entity_id = catalog_product_entity.entity_id
  9. WHERE attribute_id = 126
Add Comment
Please, Sign In to add comment