### Cast (`::`) [esql-cast-operator]

:::{image} ../../../images/operators/cast.svg
:alt: Embedded
:class: text-center
:::

The `::` operator provides a convenient alternative syntax to the TO_<type> [conversion functions](../../../functions-operators/type-conversion-functions.md).


:::{include} ../examples/cast.md
:::
