The query is:
select *
from "someTable"
where "id" = "9gf1gf3123";
Postgresql gives me the error column does not exist
while there wasn't a problem with my sql statement. The id exists, the table exists, I want to see everyting in my table, but does not work.
There are a lot of questions about this error but I wasn't able to find a solution.