SELECT * FROM TBL_PRODUCT WHERE pdt_category = 'books' AND pdt_seq > 0 ORDER BY pdt_seq ASC, pdt_idx DESC LIMIT 0, 1
TOP