Cmdlets for AlloyDB

Build 23.0.8839

Select-AlloyDB Cmdlet

Parameters   Output Objects  

AlloyDB データを検索します。

Syntax

Select-AlloyDB [parameters]

Remarks

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

$conn = Connect-AlloyDB -User 'alloydb' -Password 'admin' -Server '127.0.0.1' -Port '5432' -Database 'alloydb'
Select-AlloyDB -Connection $conn -Table "`"alloydb`".`"schema01`".Orders" -Columns @("ShipName","ShipCity") -Where "ShipCountry='USA'"

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