I am struggling in MySQL. I have 2 Tables, one Table with all the data and 1 table with generic information about a node.
dataTable
- ID
- Name
nodeTable
- ID
- Address
Now I have the Address and I want to build a query in which the Name is returned. I probably should use a JOIN but the last time I worked with MySQL goes way back.
Thanks in advance