I have 3 tables Category
,subcategory
and product
how can I do full outer join between these tables but on version 5.1.69 (mysql)
[category.cat_id] => category table l
[subcategory.subcat_id] => subcategory tab1e 2
[product.subcat_id] => product table 3