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