I have very limited knowledge of Mysql and queries as my db was set up for me and I being left to run the site. I have need of only one query and have spent hours trying to adapt a statement that would perform as needed. Hope someone is willing to do this. My db admin is now only my host.
Mysql version 5.0 has two tables that I work with.
Table A (very large) has the following columns:
SpeciesID - Normal - Latin - Category - Code - View - CAAB - ITIS
Table B (small table) has the following columns:
Normal - Latin - Category - Code - View - CAAB - ITIS
I want to find the matches from table A and table B and create a table C containing those matches with Latin and SpeciesID only.
I know I need a join in the statement and maybe a match but have not been able to work them out at all.
Thank you for any help with this.