Select Operator

Use a Select operator to filter rows from an input result set.

You provide a Boolean expression that is tested for each row. If the expression evaluates to true for a given row, the row is passed to the output. Otherwise it is discarded. Select does not change the schema of its input result set.

Related concepts
Input Source Element
Result Element
Aggregate Operator
Custom Operator
Generator Operator
Group By Operator
Intersection Operator
Iterator Operator
Join Operator
Multiplexer Operator
Order By Operator
Projection Operator
Splitter Operator
Union Operator
Update Operator

For product-related issues, contact Sybase Technical Support at 1-800-8SYBASE. Send your feedback on this help topic directly to Sybase Technical Publications: pubs@sybase.com