I'm using MySql
So I have 5 tables and I'm trying to build a view which joins all these together and shows the missing information the current structure is.
plat (1 = Many) PG (1 = Many) TS
PG (1 = Many) PGHist
TT (1 = Many) TS
OR
I am using MySql but I am not sure how to write this as you cannot use full joins as far as i'm aware in MySql can anyone help?
I need it so show nulls to any part.