cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how can I get the all the local attributes using the impex and query from the products table.

0 Kudos
163

"#% impex.exportItems(""SELECT {P:pk} FROM {Product as P}, {CatalogVersion as CV}, {Catalog as C} WHERE {P:catalogversion}={CV:PK} AND {CV:catalog}={C:PK} AND {C:id}='$catalog' AND {CV:version}='$version'"", Collections.EMPTY_MAP, Collections.singletonList( Item.class ), true, true, -1, -1 );"

Kindly Help me with query.

Thanks in advance.

Accepted Solutions (0)

Answers (0)