Cmdlets for Spark SQL

Build 24.0.9062

Add-SparkSQL Cmdlet

Parameters   Output Objects  

Spark SQL データを挿入します。

Syntax

Add-SparkSQL [parameters]

Remarks

Add-SparkSQL cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいSpark SQL レコードを作成できます。

Add-SparkSQL -Connection $connection -Table "Customers" -Columns @("CompanyName") -Values @("Jon Deere")

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