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

    Type Alias Having

    Represent a HAVING clause containing a predicate over aggregate results.

    type Having = {
        this: Expression;
    }
    Index

    Properties

    Properties

    The filter predicate, typically involving aggregate functions.