select *
  from t_register r
 where r.reg_date <= to_date(trunc(sysdate, 'mi') - 10 / (24 * 60));

 

相关文章: