Cmdlets for SingleStore

Build 24.0.9060

Add-SingleStore Cmdlet

Parameters   Output Objects  

Inserts SingleStore data.

Syntax

Add-SingleStore [parameters]

Remarks

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

Add-SingleStore -Connection $connection -Table "`sakila`.Orders" -Columns @("ShipCity") -Values @("Raleigh")

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