Join query using the go-pg package

33 Views Asked by At

In the go-pg package, the results corresponding to the query "select d.datname, r.rolname from pg_database d join pg_roles r on d.datdba = r.oid where d.datname not in ('template0', 'template1')" I want to get it, but it doesn't work. Please help.

In the go-pg package, the results corresponding to the query "select d.datname, r.rolname from pg_database d join pg_roles r on d.datdba = r.oid where d.datname not in ('template0', 'template1')" I want to get it, but it doesn't work. Please help. thank you

0

There are 0 best solutions below