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

  • Home
  • SEARCH
  • 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 7672359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:16:02+00:00 2026-05-31T16:16:02+00:00

using php, i have a sql query which works fine, dateentry only has the

  • 0

using php, i have a sql query which works fine, dateentry only has the date such as 2012-03-20

"SELECT dateentry FROM mytable WHERE dateentry >= DATE(CURDATE()) ORDER BY navDisplayNum ASC;"   enter code here

but i wish to add time to my query so that the dB entry + 8 am is compared to the current date + time
can anyone lend a hand how to properly handle this problem please

"SELECT dateentry FROM mytable WHERE dateentry"." 8:00:00"." >= DATE(NOW()) ORDER BY navDisplayNum ASC;"

this attempt produces an error
“You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘8:00:00 >= DATE(NOW()) ORDER BY navDisplayNum ASC'”

  • 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-31T16:16:03+00:00Added an answer on May 31, 2026 at 4:16 pm

    In order to add time to an existing date, use the DATE_ADD function. Just putting a time next to an existing date will not work.

    Take a look:

    SELECT dateentry FROM mytable WHERE DATE_ADD(dateentry, INTERVAL 8 hour) >= NOW();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have SQL query which goes to result table: $php_variable_answer = SELECT answer_id FROM
I have a var dump of my sql query which return the following I
I have some set of SQL queries which is in a file(i.e query.sql), and
Learning php! I have a sql database which contains a table called 'images' which
I am using Ajax to send query to PHP server, which then run the
I have a query something like this: SELECT title, desc, date FROM tablename ORDER
I want the following functionality using php I have a csv file. Each file
I'm using php and I have the following code to convert an absolute path
I am using PHP and I have an array of user images that I
I am using php and i have written codes to allow a user upload

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.