Skip to contents

Casts the first argument to the type of the second argument.

Usage

cast_to_type(param, type)

Arguments

param, type

ANY

Value

ANY

SQL examples

cast_to_type('42', NULL::INTEGER)