I have two tables like this:
Table 1
id code classID
43 EDGE-10 13
Table 2
classID class
13 T-Shirts
how can I cross reference the classID in the first table to join the class to table 1 in a view?
Any help is much appreciated!