Hi Dale,
If I understand your requirement correctly, you are trying to select specific records from a large table and produce a sub table of these specific records?
If that is the case, you can use the below sample SQL syntax in MapInfo Pro's Query Select window.
Country = any("GHANA","MALI","IRAQ")
![ScreenHunter 128]()
In the example above, Country is the name of the ID field, and the names of the specific countries to be selected are contained within double quotation marks between brackets.
Hope this helps!