日期格式比较,在使用大于时效率慢的解决方案

  --耗时:0.39'' select * from t_pro_pro_sub t where t.f_dist_time < to_date('2012-01-01','yyyy-MM-dd') --耗时:3.54'' select * from t_pro_pro_sub t where t.f_dist_time > to_date('2012-01-01','yyyy-MM-dd')
相关文章
相关标签/搜索