INTERVAL_TO_MONTHS_UDF

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Definition

Transforms interval to month.

PUBLIC.INTERVAL_TO_MONTHS_UDF
(INPUT_VALUE VARCHAR())

Parameters

INPUT_VALUE VARCHAR

The interval to be converted to month.

Returns

An integer with the processed interval as months.

Last updated