Skip to content

Min() and Max() aggregate functions on string columns #16956

@johnImply

Description

@johnImply

Description

Provide min() and max() aggregrate functions on string expressions

This is related to #11659 but here I am calling out explicit behavior desired.

Motivation

Many database products extend min() and max() aggregate functions to string datatypes, primary based on a lexical sort.

Assumed this would follow the same sorting mechanism as provided by the ORDER BY clause.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions