MySQL Forums
Forum List  »  Newbie

Re: How change big table due to Requests table?
Posted by: Peter Brawley
Date: January 28, 2018 11:51AM

Is this what you mean?

update transactions t
join requests r on t.txhash = r.hashtofind
set t.address = r.newadressd;

Options: ReplyQuote


Subject
Written By
Posted
Re: How change big table due to Requests table?
January 28, 2018 11:51AM


Sorry, you can't reply to this topic. It has been closed.

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.