I am trying to join 4 tables. I need almost all the information from all 4 tables. I have
Addresses
Streets
Segments
ESNs
Addresses, Streets, and Segments join with a StreetId, and the ESN table can join the Segments table with ESNId.
I have written so many SQL statements, yet none have worked. I keep getting an error saying I am missing an operator or that there is something wrong with my join statement.
Help?
Addresses
Streets
Segments
ESNs
Addresses, Streets, and Segments join with a StreetId, and the ESN table can join the Segments table with ESNId.
I have written so many SQL statements, yet none have worked. I keep getting an error saying I am missing an operator or that there is something wrong with my join statement.
Help?