super_亮

2015年3月9日

今日总结

摘要: 一、针对SQL的分页排序功能,学会了基本的使用。SQL分页语句:select top 5* from TestPagewhere id not in (select top 5id from TestPage order by id)order by id说明:1、可以先把红色部分过滤掉,这样能够更... 阅读全文

posted @ 2015-03-09 17:42 super_亮 阅读(103) 评论(0) 推荐(0)

导航