![]() |
#2
雪雨星风2008-07-02 16:13
|
数据库中有100条数据
ID 是自动编号
我想取出编号为20-40的数据查询怎么写
select top 3 * from uf_blessing where uf_blessing_id <> (select top 1 uf_blessing_id from uf_blessing)
这个是取2、3不取1