SQL-COMMAND [select distinct * from t_campaign left join (select ti_id from t_item where ti_delete = 0 ) as t_item1 on t_campaign.tca_id = t_item1.ti_id where tca_recognize = 1 and tca_cam_open = 1 and tca_end >= '2023-10-1' and tca_end <= '2024-9-30 23:59:59' and tca_delete = 0 order by tca_regist desc]
SQL-ERROR [Got error 28 from storage engine]
|