Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9168057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:32:26+00:00 2026-06-17T15:32:26+00:00

I was searching a lot, and trying and trying again, I really don’t know

  • 0

I was searching a lot, and trying and trying again, I really don’t know how to solve my problem, maybe because I don’t know how SQL requirements works and treat tables.

Here is my problem. I have one table with columns (id, sentdate, data) . One of the column is date (sentdate) as example “2011-03-21 05:17:48”. What I need is to compare first date with second and get the difference of days, then second with third and get difference of day…and so on. Finally I want to get the highest interval of day with the begin date and end date. I’m using PostgreSQL

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:32:27+00:00Added an answer on June 17, 2026 at 3:32 pm

    If you want the difference in integer days:

    select
        sentdate, lag(sentdate) over(order by sentdate) previous_sentdate,
        sentdate::date - lag(sentdate) over(order by sentdate) days
    from t
    order by sentdate
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've done a lot of searching on SO and google around this problem, but
I am really posting this out of desperation after searching around a lot for
I've been searching & googling a lot about this question, and I already know
Been doing a lot of searching and haven't really found an answer to my
Been searching for a solution to my problem. Been reading a lot about overriding
I've done a lot of searching trying to figure this out: I am soon
There are very similar questions here, but after a lot of searching and trying
After a lot of searching and reading, I am not really sure what I
after a lot of searching , i'm trying to find : where does vs2010
I have been searching through a lot of questions but they don't ask or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.