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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:09:40+00:00 2026-05-28T19:09:40+00:00

I have a column in a table in which we are storing date in

  • 0

I have a column in a table in which we are storing date in DATETIME format. (DD-MON-RRRR HH24:MI:SS) – Database Oracle 11g.
Data Type of a column is DATE, and storing date in 01-01-2012 01:00 PM (i.e. jan 1, 2012) format.

entity

@NotNull
@Column(name = "dateColumnName")
@Temporal(TemporalType.TIMESTAMP)
private Date sampleDate;

I am fetching all data by passing date

SAMPLE_QUERY = "select * from TableA tab where tab.dateWithTime = :sampleDate order by tab.dateWithTime ASC " 

singleDate is “Tue Jan 24 00:00:00 IST 2012” , fasttime :
1327343400000

The problem is I am passing only date in the query, though Date through which records are being fetched is in DATE TIME format i.e 01-01-2012 01:00 PM.

How can i change my query so that it fetches all the records in ascending order of DateTime.

  • 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-28T19:09:42+00:00Added an answer on May 28, 2026 at 7:09 pm

    If you want to fetch all times for that day, then change your query to be more like

    SELECT ... WHERE dateField >= :lowerParam AND dateField < :upperParam
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a Oracle 9i database and OrderDetails table which has a column to
I have one column in my table which will store data in string format
I have premiere_poland column in database table which is date type. /** @Column(type=date, nullable=TRUE)
I have a string column in a database table which maps to an Enum
I have a varchar column which contains date in following format dd/mm/yyyy I need
I need a select from table which does not have column that tells when
I have a table which has a column called Direct of type char(1). It's
I have a table which has two varchar(Max) columns Column 1 Column 2 -----------------------
I currently have a table which only has a single editable column. I have
I have a logging table which has three columns. One column is a unique

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.