下面是oracle中的如何转化后在mysql中执行: DELETE FROM   TXN_HOUR_LOG
               WHERE   d_date < trunc(sysdate,'DD')
                 AND   c_statflag = 'S';