Cmdlets for SingleStore

Build 24.0.9062

Select-SingleStore Cmdlet

Parameters   Output Objects  

SingleStore データを検索します。

Syntax

Select-SingleStore [parameters]

Remarks

Select-SingleStore コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSingleStore データを検索できます。

$conn = Connect-SingleStore -User 'myUser' -Password 'myPassword' -Database 'NorthWind' -Server 'myServer' -Port 3306
Select-SingleStore -Connection $conn -Table "`sakila`.Orders" -Columns @("ShipName","ShipCity") -Where "ShipCountry='USA'"

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