`
wuhui189
  • 浏览: 1260 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

SQL分页语句

    博客分类:
  • SQL
 比较万能的分页: Sql代码   select top 每页显示的记录数 * from topic where id not in    (select top (当前的页数-1)×每页显示的记录数 id from topic order by id desc)     order by id 
① 导入命名空间: C#代码   using System.Web.Security; ② 获取MD5码: C#代码   string Password = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text.ToString(), "MD5");
Global site tag (gtag.js) - Google Analytics