SQL FunctionsConversion FunctionsTO_INT16On this pageTO_INT16Converts a value to INT16 data type. Syntax TO_INT16( <expr> ) Examples SELECT TO_INT16('123');┌─────────────────┐│ to_int16('123') │├─────────────────┤│ 123 │└─────────────────┘