SQLIsAggregate property

Applies to
TIB_Statement

Declaration
Property SQLIsAggregate : boolean;

Description
Property which tells if the SQL statement is an aggregate style SELECT statement. This could be from the inclusion of DISTINCT, COUNT(), MIN(), MAX(), AVG() or a GROUP BY clause.