So I was looking at skill names and IDs from…
I’m trying to pull together the list of skill IDs for skill names.
However, I can pull together the Names, but cannot seem to correlate the names with the IDs.
SELECT typename from invTypes join invGroups on invTypes.groupid=invGroups.groupid and categoryid=16;
This pulls the names, but I can’t seem to figure out where the ID comes from.
Can any1 help me with this? Thank you.