Database error: Invalid SQL: SELECT * FROM bestellingen a INNER JOIN producten b ON a.product_ID=b.product_ID INNER JOIN bestellingen_domein c ON a.bestelling_ID=c.bestelling_ID WHERE a.status=0 AND a.relatie_ID= ORDER BY a.bestelling_ID DESC
MySQL Error: 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 a.bestelling_ID DESC' at line 1)
Session halted.