/U
/u/JLTDE
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
0 karma0 postsjoined 4 days ago
🌐 reddit.comSource
I have this query in Bigquery: SELECT column1, column2, count(*) FROM table GROUP BY column1, column2 HAVING COUNT(*) > 1 When I run it, I get no data as a result, so no duplicates in the table. However, if I run this SELECT count(*) FROM ( SELECT column1, column2, count(*)
4 days ago