We're sorry about that.SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND estimate.deleteStatus=0 ORDER BY estimate.id DESC' at line 1:
SELECT estimate.*, client.companyName, client.email FROM estimate JOIN client ON estimate.clientId = client.id WHERE estimate.addedBy = AND estimate.deleteStatus=0 ORDER BY estimate.id DESC
We're sorry about that.
Please try again later.