Add-MySQL Cmdlet
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")