Jump to content

How To Export Products Attributes


Recommended Posts

I want to see the "ean13" and "attribute name" with MySQL query (I'm in the database now).

 

I tried to see the "id_product" and "attribute name" with this query but it didn't work:

SELECT p.id_product, a.name

FROM product_attribute p, attribute_lang a

WHERE p.id_product_attribute = a.id_attribute

 

Can anyone help me please?

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...