UPDATE TABLE
Posted: 2018-04-11 13:55
Hi, I ask you for help.
In a table I added a new field (FIELD 3) in which I write the calculation of two other fields (FIELD 1 and FIELD 2).
How can I update the whole table?
FIELD1 | FIELD2 | FIELD 3 (FIELD 1+FIELD2)|
3 | 10 | 13 |
4 | 5 | NULL() |
6 | 4 | NULL() |
......
Thanks
Silvano
In a table I added a new field (FIELD 3) in which I write the calculation of two other fields (FIELD 1 and FIELD 2).
How can I update the whole table?
FIELD1 | FIELD2 | FIELD 3 (FIELD 1+FIELD2)|
3 | 10 | 13 |
4 | 5 | NULL() |
6 | 4 | NULL() |
......
Thanks
Silvano