TO_VERSION
edit
Converts an input string to a version value. For example:
ROW v = TO_VERSION("1.2.3")
v:version |
---|
1.2.3 |
The input can be a single- or multi-valued field or an expression.
Alias: TO_VER
Supported types:
v | result |
---|---|
keyword |
version |
text |
version |
version |
version |