摘要:
select t.task_id as counts from tnm_task_info twhere (t.is_valid = 2 and to_date(t.start_time, 'yyyy-mm-dd hh24:mi:ss') <= sysdate and t.start_time is not null) and (to_date(t.end_time, 'yyyy-mm-dd... 阅读全文
posted @ 2009-09-21 10:44
蚂蚁跳楼
阅读(731)
评论(0)
推荐(0)