Cmdlets for Google BigQuery

Build 23.0.8839

Select-GoogleBigQuery Cmdlet

Parameters   Output Objects  

Google BigQuery データを検索します。

Syntax

Select-GoogleBigQuery [parameters]

Remarks

Select-GoogleBigQuery コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle BigQuery データを検索できます。

$conn = Connect-GoogleBigQuery -ProjectId 'NameOfProject' -DatasetId 'NameOfDataset'
Select-GoogleBigQuery -Connection $conn -Table "[publicdata].[samples].github_nested" -Columns @("actor.attributes.email","repository.name") -Where "repository.name='EntityFramework'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839