sql语句查询出前三条数据之后的数据
2018-05-09 本文已影响15人
青木川_
select * from tb_bigclass where bigclass_Id not in (select top 3 bigclass_Id from tb_bigclass where sonType_Id=48) and sonType_Id=48
select * from tb_bigclass where bigclass_Id not in (select top 3 bigclass_Id from tb_bigclass where sonType_Id=48) and sonType_Id=48