Skip to content

Instantly share code, notes, and snippets.

@elfeffe
Last active September 26, 2015 12:25
Show Gist options
  • Select an option

  • Save elfeffe/5414c2f081be41f8a7fa to your computer and use it in GitHub Desktop.

Select an option

Save elfeffe/5414c2f081be41f8a7fa to your computer and use it in GitHub Desktop.
Find all values for one attribute in Magento by SQL
SELECT DISTINCT value FROM catalog_category_entity_varchar WHERR attribute_id = 1906
ORDER BY value DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment