PostgreSQL “Column does not exist” but it actually does

Try to take it into double quotes – like "Continent" in the query:

SELECT "Continent"
FROM network.countries
...

Leave a Comment