Cmdlets for Apache Phoenix

Build 24.0.9060

Select-ApachePhoenix Cmdlet

Parameters   Output Objects  

Searches Apache Phoenix data.

Syntax

Select-ApachePhoenix [parameters]

Remarks

The Select-ApachePhoenix cmdlet allows you to use a syntax similar to SQL SELECT statements to search Apache Phoenix data.

$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.9060