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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:24:08+00:00 2026-05-31T06:24:08+00:00

I have a table with a timestamp field including these values: 2012-03-12 12:53:34 2012-03-12

  • 0

I have a table with a timestamp field including these values:

2012-03-12 12:53:34
2012-03-12 12:54:11 
2012-03-12 01:02:37
2012-03-12 01:03:04
2012-03-12 01:03:46

My query is the following

SELECT * FROM 
(Select MESSAGE_OF_USER,MESSAGE_TIME as time,CONVERSATION_ID 
 from poem_authors_messages 
 where (CONVERSATION_ID='2' or CONVERSATION_ID='1') and 
       MESSAGE_TIME>'2012-03-12 12:53:34' 
 ORDER BY time DESC) poem_authors_messages 
ORDER BY time ASC

Notice the time. It should give me these results

2012-03-12 12:54:11 
2012-03-12 01:02:37
2012-03-12 01:03:04
2012-03-12 01:03:46

but instead i get

2012-03-12 12:54:11

why is this happening?

Any help appreciated.

  • 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-31T06:24:09+00:00Added an answer on May 31, 2026 at 6:24 am

    3 of your times are AM and not PM. This means that they’re not greater than your filter time…

                         |  MESSAGE_TIME>'2012-03-12 12:53:34'
    ---------------------+--------------------------------------
    2012-03-12 01:02:37  |  No
    2012-03-12 01:03:04  |  No
    2012-03-12 01:03:46  |  No
    2012-03-12 12:54:11  |  Yes
    2012-03-12 13:02:37  |  Yes
    2012-03-12 13:03:04  |  Yes
    2012-03-12 13:03:46  |  Yes
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a query that looks like the following: SELECT * FROM table WHERE
Say I have a 'user_log' table with the following field: id user_id status_text timestamp
I have a table with a field: 'last_modified - timestamp NOT NULL' I set
I want to add expire TIMESTAMP in DB table. I have one field timestamp
I have a table with statistics and a field named time with Unix Timestamps.
Let's say I have a very large MySQL table with a timestamp field. So
I have a timestamp field in my table. How do I delete records older
I have a table with timestamp field call EVENT_TS (so it's stored as GMT
First thing, my date format for the field is TIMESTAMP I have a table
I have a table with a timestamp field onto which I've created a composite

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.