MySQL Forums
Forum List  »  Newbie

Re: Update a field with another field value
Posted by: Paul Grimes
Date: September 13, 2023 12:09AM

Sorry
I answered my own problem after a coffee

UPDATE `labour` SET `InvoiceHours` = `Working_Hrs` WHERE `labour`.`Send_To_Invoice` = 1

Options: ReplyQuote


Subject
Written By
Posted
Re: Update a field with another field value
September 13, 2023 12:09AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.