SELECT d.* FROM 202200013_article d WHERE d.tb=7 and d.lang = 'en' and (d.inuse = '1' or (d.inuse ='2' and CONCAT(d.sdate, ' ', IFNULL(d.stime, '00:00:00')) <= '2024-05-17 05:00:32' and CONCAT(d.edate, ' ', IFNULL(d.etime, '23:59:59')) >='2024-05-17 05:00:32')) order by d.seq desc
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Quick Menu