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