Last active
September 26, 2015 12:25
-
-
Save elfeffe/5414c2f081be41f8a7fa to your computer and use it in GitHub Desktop.
Find all values for one attribute in Magento by SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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