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.
我在 SQL Server 中有一个查询:
SELECT kpid,hostprocess FROM master..sysprocesses
我想知道这个在 POSTGRESQL 中的等效代码。
谢谢!