booo 发表于 2007-12-18 21:34

求个SQL语句,不要选择集合的第一条记录。

求个SQL语句,不要选择集合的第一条记录。

madpbpl 发表于 2007-12-19 00:36

如果是我,我会用
rs.movenext
然后再取记录
或是
select * from tb where 字段 not in (select top 1 字段 from tb)
习惯acc了,mssql还在学习中,请楼下指正

页: [1]

编程论坛