0
Speech person!
I am doing the insertion of a time (hour:minutes:seconds) in a column x, I wonder if it is possible to add the current value of the line with the next value that is inserted? like it’s a += . For example: An Idx row from the Time Column, it gets a value of 01:00:00 and then gets the value of 20 minutes, that is, 01:20:00. do this without the need to query the line and add with the new value and then update. Thank you.
The table is as follows:
# nomeID situação tempo tTotal
127.0.0.1 Disponi 00:00:10 00:00:00
192.168.1.102 Ocupada 00:00:00 00:00:00
192.168.1.103 Disponi 01:26:00 01:26:00
192.168.1.104 Ocupada 00:00:00 00:00:00
You can post your table?
– Marco Souza
I added the table!
– Leone Azevedo