Previous Topic: Use the Results of a Previous &NDBSCAN

Next Topic: Efficient Use of &NDBSCAN

SQL-like Operators

Scans can perform some SQL-like functions:

The EXISTS operator uses the fact that at least one record exists in the inner select/scan to determine truth or falsity.

A correlated select is possible. This causes an inner scan to be re-executed once for each other outer record that passed part of a scan. The outer record field values are used in the inner scan as comparison values.