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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:43:33+00:00 2026-06-18T04:43:33+00:00

Hi i have this mysql table id amount substart years subend 1 200 2012-01-10

  • 0

Hi i have this mysql table

id    amount     substart  years   subend

1     200       2012-01-10   1    2013-01-09 
2     250       2012-02-15   2    2014-02-14 
3     100       2012-02-11   1    2013-02-10 
4     260       2012-03-22   3    2015-03-21 

What i want is that to give notification a month before the end date. The current query is:

select  count(subend) as count,curdate() 
from subdur  where  status='active' 
and (date_sub(subend,interval 1 month))>=curdate() 
and (date_sub(subend,interval 1 month))<date_add(curdate(),interval 1 month) 
order by subend;

The query is not giving me proper answer.

Thanks in advance

  • 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-06-18T04:43:34+00:00Added an answer on June 18, 2026 at 4:43 am

    Try this::

    select  
    count(subend) as count,
    curdate() 
    from subdur  
    where  status='active' and 
    subend BETWEEN (date_sub(curdate(),interval 1 month)) and curdate() 
    order by subend
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

//Hi i have this mysql table id price startDate endDate 1 200 2012-01-10 2012-03-15
I have a MySQL table like this one: day int(11) hour int(11) amount int(11)
I have this mysql table called comments which looks like this: commentID parentID type
I have this in a MySQL db: table Message sender_id int recipient_id int created
I have a mysql table that looks like this: id col2 col3 col4 1
I have a MySQL table like this: Payments +----+---------------------+---------+ | id | date (sorted
I have a MySQL table structured somewhat like this: type name value ===================== 1
I have a MySQL table looking like this: > describe books; +---------------+--------------+------+-----+---------+----------------+ | Field
I have a MySQL table that looks like this: `id` int(10) unsigned NOT NULL
I have a MySQL table that looks something like this: +-----+------------+ | id |

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.