Add-ApacheImpala Cmdlet
Apache Impala データを挿入します。
Syntax
Add-ApacheImpala [parameters]
Remarks
Add-ApacheImpala cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいApache Impala レコードを作成できます。
Add-ApacheImpala -Connection $connection -Table "[CData].[Default].Customers" -Columns @("CompanyName") -Values @("Jon Deere")