Add-SparkSQL Cmdlet
Inserts Spark SQL data.
Syntax
Add-SparkSQL [parameters]
Remarks
The Add-SparkSQL cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Spark SQL records.
Add-SparkSQL -Connection $connection -Table "Customers" -Columns @("CompanyName") -Values @("Jon Deere")