Cmdlets for Greenplum

Build 24.0.9060

Add-Greenplum Cmdlet

Parameters   Output Objects  

Inserts Greenplum data.

Syntax

Add-Greenplum [parameters]

Remarks

The Add-Greenplum cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Greenplum records.

Add-Greenplum -Connection $connection -Table "`"template1`".`"public`".Orders" -Columns @("ShipCity") -Values @("Raleigh")

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