This section contains reference documentation for the minString function.
Get the minimum string value lexicographically from a string column
MINSTRING(colName)
These examples are based on the Batch Quick Start.
select MINSTRING(playerName) as minString from baseballStats
A. Harry
Last updated 1 hour ago
Was this helpful?