摘要:
int PageIndex = 1;//当前第几页(从第一页开始) int PageSize = 10;//每页大小 int ThisPage = (PageIndex -1)* 10 1、not id select top PageSize * from tableA where ispass = 阅读全文
摘要:
首先 把中文首字母转成英文 然后 在通过 order by 排序就可以,处理排序英文在前的问题 select dbo.fnpbGetPYFirstLetter(FName) as chinaname,FName from t_Organization 执行存储过程 --全部扔进去执行,不用修改 Cr 阅读全文