PostgreSQL Query Error: Missing FROM-clause entry for table ‘a’
I am working on a Nest.js application using PostgreSQL(postgres.js javascript framework), and I have two tables: addresses
and users
. I am trying to join these tables and filter the results based on an ID. However, I keep encountering the following error: