I keep getting the error “relation [TABLE] does not exist”

Each element has to be quoted individually:

select "ID" 
from "Schema"."table1";

More details about quoted identifiers are in the manual

Leave a Comment