minString
This section contains reference documentation for the minString function.
Last updated
Was this helpful?
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 baseballStatsA. Harry
Last updated
Was this helpful?
Was this helpful?

