DB
FunctionsType Conversion

to_fixed_string

Converts inputs to fixed-length byte strings. Values shorter than the requested size are zero-padded; longer values are truncated.

to_fixed_string(…) → FixedString

Kind · scalar

Converts inputs to fixed-length byte strings. Values shorter than the requested size are zero-padded; longer values are truncated.

Part of the Type Conversion family.