cant do sql: An exception occurred while executing '(SELECT `Code`, `Nt`, `Ss`, `Nac`, `Price`, `Ei`, `Oldq`, (Quant*-1) as Qmi, `Newq`, (Ss*Quant*-1) as Qss, (Price*Quant*-1) as Qprice, `Nc`, `Nn`, `Dat`, 'cash' as src_type, 'cash' as source FROM `2026` WHERE `Dat` BETWEEN ? AND ? AND `Code`=?) UNION ALL (SELECT `Code`, `Nt`, `Ss`, `Nac`, `Price`, `Ei`, `Oldq`, Quant as Qmi, `Newq`, (Ss*Quant) as Qss, (Price*Quant) as Qprice, `Nc`, `Nn`, `Dat`, 'waybill' as src_type, 'waybill' as source FROM `2026N` WHERE `Dat` BETWEEN ? AND ? AND `Code`=?) UNION ALL (SELECT `Code`, `Nt`, `Ss`, `Nac`, `Price`, `Ei`, `Oldq`, (Quant*-1) as Qmi, `Newq`, (Ss*Quant*-1) as Qss, (Price*Quant*-1) as Qprice, `Nc`, `Nn`, `Dat`, 'composite' as src_type, 'composite' as source FROM `2026S` WHERE `Dat` BETWEEN ? AND ? AND `Code`=?) ORDER BY Dat' with params ["2026-03-23 00:00:00", "2026-03-29 23:59:59", "", "2026-03-23 00:00:00", "2026-03-29 23:59:59", "", "2026-03-23 00:00:00", "2026-03-29 23:59:59", ""]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'for_test.2026S' doesn't exist