Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

big query get distinct array of objects

SELECT * REPLACE(
  dedup(country) AS country,
  dedup(product) AS product
)
FROM `project.dataset.table`
Source by copycoding.com #
 
PREVIOUS NEXT
Tagged: #big #query #distinct #array #objects
ADD COMMENT
Topic
Name
2+9 =