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 expense.deleteStatus=0' at line 1:
SELECT expense.title, expense.amount, expense.createdAt, expense.id, client.companyName from expense JOIN client on expense.clientId = client.id where expense.addedBy = AND expense.deleteStatus=0
We're sorry about that.
Please try again later.