Select-Informix Cmdlet
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'"