—
Subscriptions
Error description: 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 BillingDate DESC' at line 1 SQL: SELECT No, RecordID, DATE_FORMAT(BillingDate,'%d/%m/%Y') As Billing_Date, DATE_FORMAT(PaidDate,'%d/%m/%Y') as Paid_Date, PaymentStatus, AmountBilled, AmountPaid from Subscription WHERE No = ORDER by BillingDate DESC