Cmdlets for Presto

Build 24.0.9060

Select-Presto Cmdlet

Parameters   Output Objects  

Searches Presto data.

Syntax

Select-Presto [parameters]

Remarks

The Select-Presto cmdlet allows you to use a syntax similar to SQL SELECT statements to search Presto data.

$conn = Connect-Presto -Server '127.0.0.1' -Port 9200
Select-Presto -Connection $conn -Table "[Hive].[Default].Customers" -Columns @("Id","Name") -Where "Industry='Floppy Disks'"

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