I've got 2 tables:<BR>1. "BOOKS": BookTitle ... other fields<BR>2. "MAGAZINES": MagTitle ... other fields<BR><BR>What I would like to do is SELECT BOOKS.BookTitle and MAGAZINES.MagTitle into a single ...
I have this site for my softball league (here, for reference). Currently on the standings page it takes the wins/losses/win%/runs scored/runs against out of the database (those values are calculated ...