MySQL Forums
Forum List  »  Newbie

Re: trouble updating a field from another table
Posted by: Rich Bernstein
Date: December 26, 2022 09:27AM

I also tried

$sql="UPDATE richb201gmail1672061180BC_PR_list_temp as list_temp, business_components SET list_temp.dollars_after_BC_qualification=dollarsPerBC WHERE business_components.bus_comp=?";
$query2 = $this->db->query($sql,array($BC));

But no luck.

Options: ReplyQuote


Subject
Written By
Posted
Re: trouble updating a field from another table
December 26, 2022 09:27AM


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.