摘要:
string sqlSr = "select * from (select rownum rn,a.* from(select * from " + TableNameSr + " where " + TimeFieldSr + "> to_date('" + LastTimeTr + "','YYYY-MM-DD HH24:MI:SS') order by rownum) a where... 阅读全文
posted @ 2010-01-06 11:43
googlegis
阅读(141)
评论(0)
推荐(0)