Tag Archives: MySQL

SQL DATEDIFF

The SQL DATEDIFF() function is used to get the date/time difference of 2 date expressions. It is supported by both SQL Server and MySQL, but the syntax is different.

SQL Functions Also tagged , Leave a comment

SQL DATE_ADD

The SQL DATE_ADD is a mySql function which is same as SQL ADDDATE(), it’s used to add time values (intervals) to a date value.

SQL Functions Also tagged Leave a comment