REPLACE_TYPE
replace_type(param, type1, type2)
Section titled “replace_type(param, type1, type2)”- param: ANY
- type1: ANY
- type2: ANY
Example
Section titled “Example”SELECT replace_type({duck: 3.141592653589793::DOUBLE}, NULL::DOUBLE, NULL::DECIMAL(15,2));