Cmdlets for Informix

Build 24.0.9060

Select-Informix Cmdlet

Parameters   Output Objects  

Searches Informix data.

Syntax

Select-Informix [parameters]

Remarks

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

$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.9060