查询20-40之间的数据问题
数据库中有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
2008-07-02 15:53

2008-07-02 16:13

2008-07-02 16:17

2008-07-02 16:46
2008-07-02 17:29
2008-07-02 17:47
2008-07-02 18:30
2008-07-03 09:37
2008-07-03 09:40
我用SQL一般情况下分不出来
2008-07-03 10:36