SELECT d.* FROM 202400203_article d WHERE d.tb=8 and d.lang = 'en' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2024-11-07 12:45:23' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2024-11-07 12:45:23')) order by d.seq desc