我对 SQL、PostgreSQL 和 DBeaver 完全陌生。当尝试简单地从数据库中查询表时:
SELECT * FROM operation.fs.ten_q_score;
我收到以下错误:
SQL Error [0A000]: ERROR: cross-database references are not implemented: "operation.fs.ten_q_score"¶ Position: 15
我看过 dblink,但甚至不明白如何安装类似 dblink 的东西(即使在查看了实际文档之后)。
非常感谢任何指导!


