suppose i want to retrieve top 10 products from tbl_products where product_active = 1
but i got only 3 products by matching where condition
now in this case i want to retrieve 3 products of matching the condition and 7 any other products from tbl_products...so how can i will solved this?
Comments
Leave a comment