|
Información |
|
|
|
Categorias / Artículos |
|
|
Categorias / Artículos |
Estado |
Acción |
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by pd.products_name' at line 1
select p.products_id,p.customer_id,c.customers_firstname,c.customers_lastname, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, customers as c , products_description pd, products_to_categories p2c where p.products_id = pd.products_id and c.customers_id = p.customer_id and pd.language_id = '3' and p.products_id = p2c.products_id and p.customer_id = order by pd.products_name
[TEP STOP]
| | |