Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 BigQuery In Cloud Application 中创建了一个表。错误地我在一个大查询表中上传了两个 csv 文件。如何从 bigquery 表中删除一个或两个 csv 文件?
谢谢阿文德
遗憾的是,目前无法从 BigQuery 表中删除数据。您最好的选择是在新表中重新导入数据。(如果您不再拥有原始 CSV,您可以导出表格,然后在重新导入之前删除重复项。)