Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 PostgreSQL 中查询我在 from 子句和 where 子句中使用了相同的外部表时,我得到了超时错误。而如果我删除 where 子句并将其添加为 cte,它会在不到一秒的时间内执行。请告知此外部表是否有查询限制。