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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:47:22+00:00 2026-05-19T04:47:22+00:00

I have a table with ID (auto inc) and DATETIME. I have been sending

  • 0

I have a table with ID (auto inc) and DATETIME.

I have been sending the date/time to mysql with $thedate=date(“Y-m-d-h-m-s”);

Now I need to find all customers who have not placed an order for 4 days say. What is the best way to do this?

Should I have used a different column type to store the information? This “listing all customers who have not ordered in last 4 days” is the only thing it is used for.

  • 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-19T04:47:22+00:00Added an answer on May 19, 2026 at 4:47 am

    OMG… $thedate=date("Y-m-d-h-m-s") is wrongly formatted

    should be $thedate=date("Y-m-d-H-i-s")

    to get customer who has not place an order in last 4 days

    select 
      user_id, max(order_date) as last_order_date
    from 
      your_table
    group by user_id
    having last_order_date<date_sub(CURRENT_TIMESTAMP, interval 4 day);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have table with an auto-increment field, but I need to transfer the table
I have table with a unique auto-incremental primary key. Over time, entries may be
In MySql I could have a table with an auto increment column and insert
I have a table with 3 columns Column 0: auto inc index Column 1:
I have a table with columns record_id (auto inc), sender , sent_time and status
I have a mysql table - table1. It has ID (autoinc), dt (datetime), name
I have a table that looks like id Type: Auto inc-int Comment: the unique
I have a table in phpmyadmin that stores an 'id' (auto inc), 'title' and
I have a table with a auto-incremented primary key: user_id. For a currently theoretical
I have a JET table with an auto-number as the primary key, and I

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.