Class Ast.DistinctStmt

  • Enclosing class:
    Ast

    public static class Ast.DistinctStmt
    extends Ast.Assignment1
    Parse tree node for DISTINCT statement.

    Syntax:

    alias = DISTINCT alias;