SELECT d.* FROM 202100142_article d WHERE d.tb=3 and d.lang = 'tw' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2025-02-03 02:10:06' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2025-02-03 02:10:06')) order by d.seq desc