I have a query in SQL Server:
SELECT kpid,hostprocess
FROM master..sysprocesses
I want to know the equivalent code of this in POSTGRESQL.
Thanks!
I have a query in SQL Server:
SELECT kpid,hostprocess
FROM master..sysprocesses
I want to know the equivalent code of this in POSTGRESQL.
Thanks!