Date Calculation – SQL Server Syntax Example: Date Calculation – T-SQL Example

Date Calculation – SQL Server Syntax Example: Date Calculation – T-SQL Example Purpose: – Illustrates the SQL Server syntax for the Date Calculation. SYNTAX:DATEADD (datepart , number, date ) – Returns a specified date with the specified number interval (signed integer) added to a specified datepart of that date. * User-defined variables are valid for number and date can be an expression, column expression, user-defined variable,... [Read More...]