'How to add minutes from other column to timestamp column in Teradata SQL

enter image description here

Hi, I'm trying to add Minutes field to Effective_from_date but couldn't in Teradata.

I have tried this select (Effective_from_date + INTERVAL imit_in_minutes MINUTE) effective_to_date

below is working fine, but need to add the minutes dynamically select (Effective_from_date + INTERVAL '30' MINUTE) effective_to_date



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source