SQL Error: MySQL Query Error: 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 orderDate DESC' at line 1

Query: SELECT order_id,orderDate,checkNumber,Total,adjustAmount,order_status,paymenttype FROM orders WHERE paymentType='check' and user_id = ORDER BY orderDate DESC