Cmdlets for Presto

Build 24.0.9060

Add-Presto Cmdlet

Parameters   Output Objects  

Inserts Presto data.

Syntax

Add-Presto [parameters]

Remarks

The Add-Presto cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Presto records.

Add-Presto -Connection $connection -Table "[Hive].[Default].Customers" -Columns @("Name") -Values @("Jon Doe")

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