SQl 语句整理

1.select提取的每个结果前加上一序号列,从1开始,步长为 ...

select   (select   count(*)   from   blog A  where   A.id <=B.id) As UnID,* from   blog   B
 2.Groupby order by  top 的使用技巧

 

Code

posted on 2008-12-29 10:26  魏绰  阅读(196)  评论(0编辑  收藏  举报

导航