Vertica SQL statement used for time Computing

Source: Internet
Author: User

Three words: strong, big, comprehensive, and strongly recommended

SQL statement Query Result
select (timestamp '2005-01-17 10:00' - timestamp '2005-01-01'); 
16 10:10
select (timestamp '2005-01-17 10:00' - timestamp '2005-01-01') / 7; 
2 08:17:08.571429
select (timestamp '2005-01-17 10:00' - timestamp '2005-01-01') day; 
16
select cast((timestamp '2005-01-17 10:00' - timestamp '2005-01-01') day as integer) / 7; 
2
select floor((timestamp '2005-01-17 10:00' - timestamp '2005-01-01') / interval '7'); 
2
select timestamptz '2009-05-29 15:21:00.456789';
2009-05-2915:21:00.456789-04
select timestamptz '2009-05-28';
2009-05-2800:00:00-04
select timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28';
1 15:21:00.456789
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28');
1 15:21:00.456789
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28')(3);
1 15:21:00.457
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28')second;
141660.456789
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') year;
0
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2007-01-01') month;
28
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2007-01-01') year;
2
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2007-01-01') year to month;
2-4
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') second(3);
141660.457
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') minute(3);
2361
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') minute;
2361
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') minute to second(3);
2361:00.457
select (timestamptz '2009-05-29 15:21:00.456789'-timestamptz '2009-05-28') minute to second;
2361:00.456789


Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.