antoniop
committed
on 21 Dec 16
Added new database utility to retrieve primary keys of a table.
Source for the postgres version: https://wiki.postgresql.org/wiki/Retrieve_pShow more
Added new database utility to retrieve primary keys of a table.

Source for the postgres version: https://wiki.postgresql.org/wiki/Retrieve_primary_key_columns

Source for the oracle version: http://stackoverflow.com/questions/4749650/function-that-would-return-the-data-retreived-from-a-select-query-oracle

Show less