Date function in sql
Loading
Date function in sql
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Oct 20, 2022, 12:03 PM
Hi,
Functions in SQL Server are the database objects that contains a set of SQL statements to perform a specific task. A function accepts input parameters, perform actions, and then return the result.
SQL Server has many built-in functions.
https://learn.microsoft.com/en-us/sql/t-sql/functions/functions?view=sql-server-ver16
Rajanikant HawaldarPosted Oct 20, 2022, 10:36 AM
https://www.c-sharpcorner.com/UploadFile/f0b2ed/date-and-time-functions-in-sql-server
Vishal YelvePosted Oct 20, 2022, 8:15 AM
Hi Naresh,
Please refer below links
https://www.geeksforgeeks.org/sql-date-functions/
https://data-flair.training/blogs/sql-date-functions/
Amit MohantyPosted Oct 20, 2022, 6:55 AM
Check the below articles
https://www.c-sharpcorner.com/article/built-in-functions-in-sql-server/
https://www.mssqltips.com/sqlservertip/5993/sql-server-date-and-time-functions-with-examples/