filter

Filters for the top level SELECT statement

When filters are used, the SQL statement will get a dynamically added where-clause that corresponds to the filter contents. For example, if a value contains wildcard characters a 'column LIKE value' will be used instead of 'column = value', etc.

Syntax:

filter on BlockFilter ( ,BlockFilter )* ;

filter on Genre;

This page is generated from IFS Developer Studio at 2021-08-13 08:48.