Postgresql – How to filter out some records while unnest in the query
I am trying to find out the way to filter out records based on query but I have no clue how to do it in same query: Query: select unnest(array_cat(a.object_references, a.dependent_object_references)) from mgmt.log_metrics a Input: Select will provide records in…