2020-11-17 10:55:09

SELECT t.id,t.date,c.car_name,t.description,t.client,t.adress_to,t.adress_from,t.customer,t.target FROM tms_tasks t INNER JOIN wm_car_info c ON t.imei=c.imei WHERE DATE='2020-11-17' AND t.client_id= ORDER BY t.imei ASC; 2020-11-17 18:27:12

SELECT t.id,t.date,c.car_name,t.description,t.client,t.adress_to,t.adress_from,t.customer,t.target FROM tms_tasks t INNER JOIN wm_car_info c ON t.imei=c.imei WHERE DATE='2020-11-17' AND t.client_id= ORDER BY t.imei ASC;