Add-Sybase Cmdlet
Inserts Sybase data.
Syntax
Add-Sybase [parameters]
Remarks
The Add-Sybase cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Sybase records.
Add-Sybase -Connection $connection -Table "[master].[dbo].Products" -Columns @("ProductName") -Values @("Ikura")