# TO_VERSION

Converts an input string to a version value.

## Syntax

`TO_VERSION(field)`

### Parameters

#### `field`

The input value to be converted. This can be a single- or multi-valued column or an expression.

## Examples

```esql
ROW v = TO_VERSION("1.2.3")
```

Convert the string `"1.2.3"` into a version value.
