I am completely new to SQL, PostgreSQL, and DBeaver. When trying to simply query a table from a database:
SELECT * FROM operation.fs.ten_q_score;
I get the following error:
SQL Error [0A000]: ERROR: cross-database references are not implemented: "operation.fs.ten_q_score"¶ Position: 15
I have looked at the dblink, but do not even understand how to install something like dblink (even after looking at the actual documentation).
Any guidance is much appreciated!
Often referred to as a universal Database Tool, DBeaver supports more than 80 Databases (which are both Relational and Non-Relational) including PostgreSQL, MySQL, SQLite, SQL Server, DB2, Sybase, Phoenix, MS Access, Teradata, Apache Hive, etc.
PostgreSQL SELECT statement is used to fetch the data from a database table, which returns data in the form of result table.
Maybe it will help someone, if you have several connection then you have to right click on connection your are going to work with and set it as active
, after that when you press F3
button you will have an access to your currently selected database.
Add connection here
choose PostgreSQL and type in your connection:
finish setting up connection, connect to db and run
SELECT * FROM fs.ten_q_score;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With