Polyglot SQL API Documentation - v0.2.0
    Preparing search index...

    Type Alias Having

    Represent a HAVING clause containing a predicate over aggregate results.

    type Having = {
        comments?: string[];
        this: Expression;
    }
    Index

    Properties

    Properties

    comments?: string[]

    Leading comments that appeared before the HAVING keyword

    The filter predicate, typically involving aggregate functions.