Cmdlets for Amazon Redshift

Build 24.0.8963

Add-Redshift Cmdlet

Parameters   Output Objects  

Inserts Amazon Redshift data.

Syntax

Add-Redshift [parameters]

Remarks

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

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

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