数据库选择指定记录的问题


数据库选择指定记录的问题:

select top 10 * from A where id > (select max(id) from (select top 30 id from A order by id asc )as A)
posted @ 2006-03-18 17:37  ChenHongye  阅读(137)  评论(0)    收藏  举报