MySQL Forums
Forum List  »  General

Re: automating a query
Posted by: Dimitris Papageorgiou
Date: February 22, 2016 02:52AM

Peter Brawley Wrote:
-------------------------------------------------------
> Available appointment times change every time
> there's a new, changed or deleted booking, it's
> just a query that's run whenever you need the
> info.


You do not answer my question...exactly.
My problem is not the info I ask by performing a query.
My problem has to do with the info already present database....and how this should be updated.
Cause as I say...
There is a table that spans 7 months ahead in the future...this represents how far in the future a user can book an appt...namely 7 months.As time goes by though this period diminishes.After 3 months...4 months remain and the user can book an appt up to that point...nonetheless I intend having constant this 7 month period which means updating the table continuously...
And I am asking if there is an automatic way to do that...avoiding manual INSERT queries all the time.

Did you get the picture now???

Options: ReplyQuote


Subject
Written By
Posted
February 08, 2016 04:25AM
February 08, 2016 11:20AM
Re: automating a query
February 22, 2016 02:52AM
February 22, 2016 03:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.