I have a table in BigQuery that has >1M rows. I got a duplicate with the same ID and the same data completely. Need to delete one of the two duplicates without recreating the table or changing anything on that table. Please help, thanks.
I did try to just delete the id but it will delete the both rows. Need to try with row_number but not sure how.