ASA SQL Reference
SQL Functions
Alphabetical list of functions
This function is the same as the ESTIMATE function, except that it always looks in the frequency table.
EXPERIENCE_ESTIMATE (
column-name
[ , value [, relation-string ] ] )
column-name The name of the column that is being investigated.
value The value to which the column is compared.
relation-string The comparison operator used for the comparison, enclosed in single quotes; the default is '='.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported in Adaptive Server Enterprise.
ESTIMATE function [Miscellaneous]
The following statement returns NULL.
SELECT DISTINCT EXPERIENCE_ESTIMATE( emp_id, 200, '>' ) FROM employee