Cmdlets for Spark SQL

Build 24.0.9060

Add-SparkSQL Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060