 |
|
 |
Inloggen |
|
|
|
 |
| |
SELECT PRODUCT |
|
| |
|
|
| |
|
|
| |
SEARCH PRODUCT |
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 d.categories_name ASC' at line 1
SELECT c.categories_id as categories_id, d.categories_name as categories_name FROM categories_description as d, categories as c WHERE c.parent_id = 40 AND c.categories_id = d.categories_id AND d.language_id = ORDER BY d.categories_name ASC
[TEP STOP]
| |