Cmdlets for MariaDB

Build 23.0.8839

Select-MariaDB Cmdlet

Parameters   Output Objects  

MariaDB データを検索します。

Syntax

Select-MariaDB [parameters]

Remarks

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

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

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