|
Displaying 1 to 10 (of 105 products) |
Result Pages: 1 |
1146 - Table 'admin_akku_ndb.products_des_attributes' doesn't exist
select pa.products_des_attributes_id, pa.des_options_id, po.products_des_options_name, pov.products_des_options_values_name
from products_des_attributes pa,
products_des_options po,
products_des_options_values pov
where pa.des_options_id = po.products_des_options_id
and pa.products_id ='10258'
and pa.des_options_values_id = pov.products_des_options_values_id
and po.language_id ='1'
and po.language_id = pov.language_id and pa.des_options_id != '7' and pa.des_options_id != '11' and pa.des_options_id != '10' and pa.des_options_id != '12' and pa.des_options_id != '13' and pa.des_options_id != '14' and pa.des_options_id != '15'
order by po.sort_order
[TEP STOP]
|