Hello,
I don't know if I am in the right forum, so sorry if I am not. I am an almost total blank when it comes to this but let me try to explain.
I have a box with amongst other stuff Oracle 8i I think. On this machine is also SQL Plus. I have managed to do the simple stuff like "update TABLE set FIELD=xxx where FIELD=xxx;" but thats about it. My question is this. Suppose I have a field which is a number. I want to increment this number on a schedule basis, this I can do with a cron job. What is the command to increment a field? For example, I want something like "update TABLE set FIELD=(value of field)+1" - is this possible?
I don't know if I am in the right forum, so sorry if I am not. I am an almost total blank when it comes to this but let me try to explain.
I have a box with amongst other stuff Oracle 8i I think. On this machine is also SQL Plus. I have managed to do the simple stuff like "update TABLE set FIELD=xxx where FIELD=xxx;" but thats about it. My question is this. Suppose I have a field which is a number. I want to increment this number on a schedule basis, this I can do with a cron job. What is the command to increment a field? For example, I want something like "update TABLE set FIELD=(value of field)+1" - is this possible?