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 6931903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:38:15+00:00 2026-05-27T11:38:15+00:00

I have a time (without date component) like 9am, let’s say it’s the current

  • 0

I have a time (without date component) like 9am, let’s say it’s the current time. I want to query all entrys from a table where this time is between a Start and a End time stored as Timestamp.

How do I do this? Should I store it differently?

I tried something like SELECT * FROM tab1 WHERE (current_timestamp - current_date) BETWEEN starttime AND endtime; but that doesn’t work because the difference calculated is always (almost) zero. I could do something with the EXTRACT-command, but that seems to be a little complicated… Isn’t there an easy way to do this?

Basically, they are stored appointments.

Thanks in advance.

  • 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-05-27T11:38:16+00:00Added an answer on May 27, 2026 at 11:38 am

    Try:

    SELECT * FROM tab1 
    WHERE (current_timestamp - TRUNC(current_date)) BETWEEN starttime AND endtime
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a time interval that spans years and I want all the time
In MSSQL I have columns with date (only date, without time). It was saved
I have a timespan object that needs to hold only time, without date. I
I have a UTC date time without the formatting stored in a uint64, ie:
I have 2 time values which have the type datetime.time . I want to
I have various time-series I'd like to correlate and present as either a csv-file
I have a table with a time without time zone data type in a
My table is: CREATE TABLE A( id serial NOT NULL, date timestamp without time
I have added time stamp and date when the details should create. and the
I have table Proccesses that consist of Date Time Field. Proccesses ( Id as

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.