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.