I need to use two different tables to bring information in on one page.
My code is currently:
SELECT * FROM nyse,venture WHERE industry='Precious Metals';
This code works when only one table is being used, but will not work when I add the second.
Any help on how I would re-write my "FROM" command to include both nyse and venture.
Thanks