MySQL Error Occured
Error Message: 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 'And order_sum.type='2' ORDER BY time DESC LIMIT 0, 20' at line 1
SQL: SELECT customer.customer_id, status, cart_order_id, time, title, firstName, lastName, ip, donation_payment, customer.email FROM order_sum INNER JOIN customer ON order_sum.customer_id = customer.customer_id= And order_sum.type='2' ORDER BY time DESC
|