I have a problem with my MySQL joining 3 tables. Can 3 table will connect to each other? what do I write?
Asked
Active
Viewed 21 times
0
-
I don't understand your question. However, joins between more than two tables aren't actually uncommon. Warning though, SQL (you should add that tag and one for the actual DB) knows both `JOIN` and `UNION`, don't mix those up. – Ulrich Eckhardt Mar 25 '18 at 10:38
-
Check previous answers https://stackoverflow.com/questions/3709560/joining-three-tables-using-mysql – konalion Mar 25 '18 at 10:39
-
please check my union tables below my question. – arjhay Mar 25 '18 at 12:35