Actually i am joining teo tables in that both the tables are status and default it will display second table value only…, But i want to show first table status(value)
SELECT * from size_master
inner join product_category on size_master.pcat_id= product_category.pcat_id;
Here both table have status-how to get only first table column values…?
thanks,