Cmdlets for Greenplum

Build 24.0.9060

Select-Greenplum Cmdlet

Parameters   Output Objects  

Searches Greenplum data.

Syntax

Select-Greenplum [parameters]

Remarks

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

$conn = Connect-Greenplum -User 'user' -Password 'admin' -Server '127.0.0.1' -Port '5432' -Database 'dbname'
Select-Greenplum -Connection $conn -Table "`"template1`".`"public`".Orders" -Columns @("ShipName","ShipCity") -Where "ShipCountry='USA'"

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