SELECT TOP 30 * FROM Licensed_MPLs WHERE ZippoProductNumber NOT IN (SELECT TOP 0 ZippoProductNumber FROM Licensed_MPLs ORDER BY DisplayOrderInClass ASC) ORDER BY DisplayOrderInClass ASC