Simple join issue:
right now i have two tables:
table1 { CA, NJ, WY }
table2 { CA, NY, WY }
and the result i want is an array of { CA, NY, NJ, WY } with the use of a single query.
How the heck do you do that? I know it involves "JOIN"s of some sort, but right now I simply can't seem to wrap my head around that concept.
Also, any one that can point me in the direction of some good literature on the subject would be greatly appreciated.![]()










Bookmarks