PostgreSQL “Column does not exist” but it actually does February 8, 2023 by Tarik Try to take it into double quotes – like "Continent" in the query: SELECT "Continent" FROM network.countries ...