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

maxString

This section contains reference documentation for the maxString function.

Get the maximum string value lexicographically from a string column

Signature

MAXSTRING(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select MAXSTRING(playerName) as maxString from baseballStats
maxString

Zoilo Casanova

Last updated

Was this helpful?