2014年10月20日

sql 查找最后一条记录

摘要: 1.通过rowselect * from tablewhere rownum<(select count(*)+1 from table)minusselect * from tablewhere rownum<(select count(*) from table)也可以简化为select * f... 阅读全文

posted @ 2014-10-20 16:22 蒂其之死 阅读(2729) 评论(0) 推荐(0)

导航