New Member
Since ‎10-27-2021
‎05-20-2023

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Oleg_M's Bio

Badges Oleg_M Earned

View all badges

Recent Activity

I’m trying to run SQL RANK() OVER function on top of my existing table to remove duplicated rows of BigQuery table.Looks like I can do it only using the derived table like```derived_table: { sql: SELECT *, rank() over(partition by field1, field2, fie...