How to Add Minutes to a Timestamp in Spark SQL?
I have a SQL Server code snippet where the store proc. uses the DATEADD function to add minutes to a timestamp. Here’s the code:
I have a SQL Server code snippet where the store proc. uses the DATEADD function to add minutes to a timestamp. Here’s the code: