Kokoro777
8th September 2010, 07:13 PM
I'm trying to buy a few items from the books and magazines sections but when I try to 'buy' I get this message:
1052 - Column 'products_id' in where clause is ambiguous
select p.products_id, p.products_price, p.products_tax_class_id, p.products_weight, pd.products_locate from products as p, products_description as pd where products_id not in(264, 265) and p.products_id = pd.products_id and p.products_id = '32'
[TEP STOP]
Any suggestions?
1052 - Column 'products_id' in where clause is ambiguous
select p.products_id, p.products_price, p.products_tax_class_id, p.products_weight, pd.products_locate from products as p, products_description as pd where products_id not in(264, 265) and p.products_id = pd.products_id and p.products_id = '32'
[TEP STOP]
Any suggestions?