some tables do not exist
AlaiY95 opened this issue · 4 comments
AlaiY95 commented
Hi,
I have loaded the dump file that was successful as I have 322 tables loaded into Postgres.
However when I run query "175. Combine Two Tables.sql" from the easy folder, I get the error
ERROR: relation "person_175" does not exist LINE 1: SELECT * FROM person_175; ^ SQL state: 42P01 Character: 15
cM2908 commented
@AlaiY95 Apart from running the query, did you check whether that table got created or not?
Please check using information schema.
Please make sure you are querying the same database to which you've imported the dump