Time : 11:36:16
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'opaldemo_kwmapp.tbl_job' doesn't exist
Raw SQL : SELECT a.*,c.* FROM tbl_job a left join tbl_booking b on b.booking_id = a.booking_id join tbl_vehicle c on c.vehicle_id = b.vehicle_id WHERE 1  AND a.technician_id = 117 AND a.status NOT IN(3,4) AND a.scheduledatetime BETWEEN '2019-01-07 00:00:00' AND '2019-01-08 23:59:59'

Time : 11:36:12
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'opaldemo_kwmapp.tbl_job' doesn't exist
Raw SQL : SELECT a.*, c.vehicle_id, c.plateno, c.model, d.name as service_type FROM tbl_job a left join tbl_booking b on a.booking_id = b.booking_id join tbl_vehicle c on c.vehicle_id = b.vehicle_id join tbl_servicetype d on d.servicetype_id = a.service_id WHERE 1  AND a.technician_id = '117' AND (a.status = 0 OR a.status = 1 OR a.status = 2)

Time : 11:35:13
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'opaldemo_kwmapp.tbl_job' doesn't exist
Raw SQL : SELECT a.*,c.* FROM tbl_job a left join tbl_booking b on b.booking_id = a.booking_id join tbl_vehicle c on c.vehicle_id = b.vehicle_id WHERE 1  AND a.technician_id = 120 AND a.status NOT IN(3,4) AND a.scheduledatetime BETWEEN '2019-01-07 00:00:00' AND '2019-01-08 23:59:59'

Time : 11:05:44
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 '' at line 1
Raw SQL : select p.*,b.* from tbl_bank_payment as p join tbl_bankaccountdetail as b where p.bankaccountdetail_id = b.bankaccountdetail_id  and p.payment_status='0' and p.bankaccountdetail_id =

Time : 11:05:06
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 p.payment_due_date < ''' at line 1
Raw SQL : select p.*,b.* from tbl_bank_payment as p join tbl_bankaccountdetail as b where p.bankaccountdetail_id = b.bankaccountdetail_id  and p.bankaccountdetail_id =  and p.payment_due_date < ''

Time : 09:01:02
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 '' at line 1
Raw SQL : SELECT a.*,b.profilepic FROM tbl_vehicle a left join tbl_customer b on a.user_id = b.user_id WHERE 1  AND a.user_id =
