#sql-date-methods
Read more stories on Hashnode
Articles with this tag
Implicit conversion When SQL wants to compare values, it checks if they are the same data type. In cases where they are not, it tried to convert from...
DATEADD(): Add or subtract datetime values and the result is a date DATEADD(DATEPART, number, date] DATEPART: Unit of measurement (DD,MM etc) number:...