MySQL Subtract Day, Hours, Minutes from DateTime

MySQL SUBDATE(): function; In this tutorial, i am going to show you how to subtract days, week, month, year, minutes, hours using MySQL SUBDATE() function. MySQL SUBDATE() Function The MySQL SUBTIME() function is used to subtract a time interval from a time or datetime value. Syntax of MySQL SUBDATE() Function The basic syntax of MySQL SUBDATE() function … Read more