Good day people!
I have a problem, i want to substract minutes from a time field in a mysql query, i'm trying with the next query:
UPDATE TblOrders SET TmHours = TmHours - '00:09:00';
In the query I want to substract 9 minutes from all time fields named TmHours in the table, the datatype for the field TmHours is time.
Any help will be welcomed, thanks!
Patty
I have a problem, i want to substract minutes from a time field in a mysql query, i'm trying with the next query:
UPDATE TblOrders SET TmHours = TmHours - '00:09:00';
In the query I want to substract 9 minutes from all time fields named TmHours in the table, the datatype for the field TmHours is time.
Any help will be welcomed, thanks!
Patty