Access Sub-Clauses

An access sub-clause is a sub-clause that references one column in one table or two columns in two tables, and at least one referenced column has to be an index column (see Index Columns). The Query Processor uses the access sub-clauses to determine the access paths for your query (see Access Path).

During the Determine Sub-Clause Type phase of the optimization algorithm, the Query Processor identifies the access sub-clauses in your query. To do this, it looks for sub-clauses that have the following characteristics:

Either:

or

When the Query Processor has identified the access sub-clauses in your query, it adds them to an internal list. The Query Processor refers to this list in a later stage of the optimization algorithm (it uses the access sub-clauses in its calculations to determine the access plan for your query).

Further Information

Filter Sub-Clauses

Link Sub-Clauses


Disclaimer

ClearSCADA 2017 R2