Cmdlets for Google Spanner

Build 25.0.9434

Select-GoogleSpanner Cmdlet

Parameters   Output Objects  

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

Syntax

Select-GoogleSpanner [parameters]

Remarks

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

$conn = Connect-GoogleSpanner -ProjectId 'project1' -InstanceId 'instance1' -Database 'db1' -OAuthClientId '757060765381' -OauthClientSecret 'abc'
Select-GoogleSpanner -Connection $conn -Table "[CData].[GoogleSpanner].Customer" -Columns @("Name","TotalDue") -Where "CustomerId='12345'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434