Cmdlets for Apache Phoenix

Build 24.0.9062

Select-ApachePhoenix Cmdlet

Parameters   Output Objects  

Apache Phoenix データを検索します。

Syntax

Select-ApachePhoenix [parameters]

Remarks

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

$conn = Connect-ApachePhoenix -URL 'http://localhost:8765'
Select-ApachePhoenix -Connection $conn -Table "[SampleCatalog_1].[SampleSchema_1].SampleTable_1" -Columns @("Id","Name") -Where "Industry='Floppy Disks'"

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