【发布时间】:2020-10-12 23:49:14
【问题描述】:
有没有办法使用 BigQuery 的 NodeJS 库 (https://github.com/googleapis/nodejs-bigquery) 来删除行?在文档中找不到任何内容 (https://googleapis.dev/nodejs/bigquery/latest/index.html)
看来应该可以通过 DML (https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax#delete_examples) 使用 DELETE 语句,但我找不到任何关于如何通过 NodeJS 库运行此示例的示例。
【问题讨论】:
标签: node.js google-cloud-platform google-bigquery