Cmdlets for HarperDB

Build 23.0.8839

Add-HarperDB Cmdlet

Parameters   Output Objects  

Inserts HarperDB data.

Syntax

Add-HarperDB [parameters]

Remarks

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

Add-HarperDB -Connection $connection -Table "[HarperDB].[cstest].Cutomers" -Columns @("CompanyName") -Values @("Jon Deere")

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