Hi
I have a table name store, which has below field
id, buyorfree, product_id, price, quantity.
note:buyorfree is enom of buy,free
and sale table which has below field
id, store_id, rate, quantity
Now I want to get those store record where and buyorf...