Cmdlets for Informix

Build 24.0.9062

Select-Informix Cmdlet

Parameters   Output Objects  

Informix データを検索します。

Syntax

Select-Informix [parameters]

Remarks

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

$conn = 
Select-Informix -Connection $conn -Table "[informix].Books" -Columns @("Id","Author") -Where "Category='US'"

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