SelectTimediff ('23:40:00','18:30:00'); --subtract two time select substring (Timediff ('23:40:00','18:30:00'),1,5) ----“ to:Ten"Subtract back hours: minutesSelectDateDiff'2008-08-08','2008-08-01'); --7-----Two date subtractionSelectTo_days ('2008-09
This is a creation in
Article, where the information may have evolved or changed.
1. Preface
Time includes time values and time zones, and there are incomplete and ambiguous times when you do not include timezone information. When transmitting or
Date D=new date ();SimpleDateFormat df=new SimpleDateFormat ("Yyyy-mm-dd");System.out.println ("Today's Date:" +df.format (d));System.out.println ("Two days ago Date:" + Df.format (new Date (D.gettime ()-(LONG) 2 * 24 * 60 * 60 *
Add and subtract functions for SQL Server Date: DATEDIFF DATEADDDATEDIFF: Returns the number of date boundaries and time boundaries across two specified dates, syntax: DATEDIFF (datepart, StartDate, enddate) minus EndDate with StartDateNote:
Mysql sets two date formats to subtract. mysql sets two date formats to Subtract:
Original data table data:
Select (atime-btime) sec from data table;
The subtraction result is not a second. pay special attention to it!
Result:
To
Original address: http://blog.csdn.net/xyzqiang/article/details/6577831Add and subtract functions for SQL Server Date: DATEDIFF DATEADDDATEDIFF: Returns the number of date boundaries and time boundaries across two specified dates, syntax: DATEDIFF
Http://blog.csdn.net/bokee/article/details/5330791
Http://blog.csdn.net/bokee/article/details/5330682
Problems frequently encountered in actual projects during time processing. Here we will introduce the most common time processing
To perform time operations in SQL, You need to master four time functions: dateadd, datediff, datepart, and datename.Dateadd is to add or subtract a time on a specified date.For example, if you add a 3-day select dateadd (day, 3, '2017-05-06 ') on
To operate on time in SQL, You need to master four time functions:Dateadd, datediff, datepart, datename.
Dateadd is to add or subtract a time on a specified date.For example, if you add a 3-day select dateadd (day, 3, '2017-05-06 ') on the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.