I'm new on Postgres and I don't understand I can't run select on pgAdmin4? The tables existed on each schema and when I do,
select * from schema.table_name;
I get an error: relation "schema.table_name" does not exist
line 1: select * from schema.table_name
SQL state: 42P01
Character: 15
What I did wrong here? Any help would be appreciate. Also, most of my post was deleted. can you point me out how to create a new post and/or can't now allow to ask questions here?