I run the following query in Google Big Query:
DELETE FROM mydataset.mytable_wrong
WHERE time = "2019-09-01 13:00:00 UTC"
and then I realised it was the wrong table. Can I recover those rows somehow or undo the query?
The table still exists.
Thanks
Edit to add more info: Table is partitioned.