CData Python Connector for Google BigQuery

Build 26.0.9655

DeleteTable

指定されたテーブルをGoogle BigQuery から削除します。

Stored Procedure-Specific Information

To execute this stored procedure, enter:
    EXEC DeleteTable TableId='my_table_id'

Input

Name Type Description
TableId String 削除するテーブルのID を指定します。Project ID およびDataset ID は、接続プロパティから取得するか、projectId:datasetId.TableId の形式でオーバーライドできます。

Result Set Columns

Name Type Description
Success String テーブルが正常に削除された場合は'true' を返します。削除に失敗した場合は、'false' を返す代わりに例外がスローされます。

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655