Cmdlets for MySQL

Build 24.0.9175

Add-MySQL Cmdlet

Parameters   Output Objects  

Inserts MySQL data.

Syntax

Add-MySQL [parameters]

Remarks

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

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

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175