0

I'm doing a program in java and I'm trying to make is that every time you pass one day, a field that I have in a database to increase in value. I need your help I have no idea how.

Alexis Mateo
  • 57
  • 1
  • 7
  • 1
    Which part? Incrementing a value in the database ([for example](http://stackoverflow.com/questions/1850393/incrementing-an-integer-in-sql-server)) or scheduling a daily task to update it? – MadProgrammer Dec 24 '15 at 02:23
  • 1
    you will need `sqljob` (which is not `java`, it's `sql`) or `task scheduler` – Kien Chu Dec 24 '15 at 02:30
  • 1
    do you want mysql to do this automatically without java? – Drew Dec 24 '15 at 02:50

0 Answers0