K
kikeman
Hi,
I have a column "Hrs" that is a type double in a table "Orders"
I would like to update the value of "Hrs" adding more hours.
"Order" "Hrs"
A3F4TR 5.5
I have to add 2.5 hrs to that order:
"Order" "Hrs"
A3F4TR 8.0
What dould be the UPDATE command for this scenario?
Thanks,
Enrique.
I have a column "Hrs" that is a type double in a table "Orders"
I would like to update the value of "Hrs" adding more hours.
"Order" "Hrs"
A3F4TR 5.5
I have to add 2.5 hrs to that order:
"Order" "Hrs"
A3F4TR 8.0
What dould be the UPDATE command for this scenario?
Thanks,
Enrique.