29 건이 검색되었습니다.

    sql : select top 9 * FROM tbl_product WHERE IsDel = 'N' and detail ='Chair' and num not in (select top 27 num from tbl_product WHERE IsDel = 'N' and detail ='Chair' order by num desc ) order by num desc
first 1 2 3 4