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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:39:08+00:00 2026-05-30T10:39:08+00:00

Im trying to create a cron job involving aggregating emails sent within a period.

  • 0

Im trying to create a cron job involving aggregating emails sent within a period.

I need to perform a query such as

SELECT count(*) from table where action_time < NOW();

How would I go about this?

I’m aware of CURDATE() and CURTIME() but I need to compare both the time and date so the action is performed in the exact minute after the event, CURTIME would mean at midnight i would get an issue.

Edit: CURTIME() only includes the time so a job in the db with action time 23:59:59 wouldn’t be run at 00:00:59 – a minute later (since the latter is not greater than the first)

I can use datetime or timestamp but what would I use as a function to compare (I use NOW() above but that doesn’t work)

Update: I tried using
SELECT count(*) from table where UNIX_TIMESTAMP(action_time) < UNIX_TIMESTAMP(NOW());
and it works 🙂

  • 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-30T10:39:10+00:00Added an answer on May 30, 2026 at 10:39 am

    I tried

    SELECT count(*) from table where UNIX_TIMESTAMP(action_time) < UNIX_TIMESTAMP(NOW());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a cron job which will automatically delete .jpg files from
I'm trying to create a cron job that will send a weekly newsletter. I
I am trying to create a cron job while taking advantage of my current
I am trying to setup an end-of-day automated email using a CRON job. I
I am trying to utilize cron in one of my projects where I need
I'm trying create this function such that if any key besides any of the
I'm trying create a gantt chart with highcharts and I need to put the
I am trying to setup a CRON job using PHP, but am not having
I'm trying to scan my Users database that Devise creates, in a Cron job
I'm trying to set up a cron job as a sort of watchdog for

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.