select
*
from
productstockquantity t
where
(select count() from productstockquantity where t.CombinationId = CombinationId AND t.StoreFrontId = StoreFrontId)> ORDER BY t.CombinationI
select
*
from
productstockquantity t
where
(select count() from productstockquantity where t.CombinationId = CombinationId AND t.StoreFrontId = StoreFrontId)> ORDER BY t.CombinationI