I have a table called geo.
geo
I am joining to this table like so -
JOIN geo ON other_table.county_geoid = geo.geoid
This is samp