Solved: column has type unknown when using ‘SELECT INTO’
For my latest assignment, I have to work with PostGIS/Postgres a lot. I tried a query that inserts the result of a SELECT statement into a new table. However, I ran into a peculiar error. The error I ran into was: A scenario where this error can arise is when…