How can we retrieving data from multiple tables without using “LEFT JOIN” or “RIGHT JOIN” in mysql?
OR
Is it Possible by using PHP/Mysql?
some of the case i can retrive data. such as when we use “two tables” or there have no complex “WHERE” condition.
But when i use 5,6,7—-15 tables that case it is impossible for me to retrive data.
Please can any one help me.
Thanks Advance.
You can use “alias” instead of “Join”.
Assume you have 4 table.
Syntax: