For the complete documentation index, see llms.txt. This page is also available as Markdown.

minString

This section contains reference documentation for the minString function.

Get the minimum string value lexicographically from a string column

Signature

MINSTRING(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select MINSTRING(playerName) as minString from baseballStats
minString

A. Harry

Last updated

Was this helpful?