SQL DATEADD

SQL DATEADD Function is used to add a specific interval to the existing date. For example, For every product order, we will save the Ordered Date, and we can use this SQL Server Dateadd function to generate the expected delivery date. SQL DATEADD Syntax DATEADD (Datepart, Number, Date) Datepart: It is part of a given … Read more