This video is for dateadd and datediff function in SQL server
dateadd function can be used to add any interval like Day, Month, Year, etc.
Example:- i want to add 2 Months in todays date
select DateAdd(month,2,Getdate())
DateDiff function is used to get the difference between two dates in specific boundaries like Day, Month, Year, etc.
Example:- i want to get diffrenct between 06-06-2020 and 07-06-2020 in Months in
select DateAdd(month,'2020-06-06','2020-07-06')
great tutorial to learn SQL Server and T-SQL with Examples and new videos in simple language
Nesta página do site você pode assistir ao vídeo on-line dateadd and datediff function in SQL server 2019 in (2020) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Learn Tech with Ashish 06 Junho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 77 vezes e gostou 1 espectadores. Boa visualização!