Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Json with Select Distinct

Is it possible to utilize 'Select Distinct' with a table containing a JSON column, especially when dealing with large datasets?

Solved Solved
0 3 1,732
2 ACCEPTED SOLUTIONS

Hey is it possible if we can use group by instead of distinct ?

 

View solution in original post

Yes, you can use GROUP BY instead of SELECT DISTINCT when working with JSON columns in Google Cloud BigQuery. This approach can often provide more flexibility and performance benefits, especially when dealing with large datasets.

View solution in original post

3 REPLIES 3