摘要:
select top 每页显示的记录数 * from topic where id not in (select top (当前的页数-1)×每页显示的记录数 id from topic order by id desc) order by id desc select top 每页显示的记录数... 阅读全文
posted @ 2009-09-25 23:43 慧神星 阅读(200) 评论(0) 推荐(0)
|
摘要:
select top 每页显示的记录数 * from topic where id not in (select top (当前的页数-1)×每页显示的记录数 id from topic order by id desc) order by id desc select top 每页显示的记录数... 阅读全文
posted @ 2009-09-25 23:43 慧神星 阅读(200) 评论(0) 推荐(0)
摘要:
template.htm模板页源码: $title$ $title$ 内容:$content$ 51aspx.com 版权所有 Default.aspx页面源码: ... 阅读全文
posted @ 2009-09-25 23:31 慧神星 阅读(126) 评论(0) 推荐(0) |
||