Cmdlets for AlloyDB

Build 24.0.9060

Add-AlloyDB Cmdlet

Parameters   Output Objects  

Inserts AlloyDB data.

Syntax

Add-AlloyDB [parameters]

Remarks

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

Add-AlloyDB -Connection $connection -Table "`"alloydb`".`"schema01`".Orders" -Columns @("ShipCity") -Values @("Raleigh")

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