mysql5.1.56に関するクエリがあります。
select * from team_member_accounts where node = 33136
...正確に1行を返します。ただし、次のクエリエラーは次のとおりSubquery returns more than 1 row
です。
update team_member_accounts
set fee_remaining = 0,
loan_account_balance = 35000,
reimbursable_amount = 0,
reimbursed_amount = 0
where node = 33136
えっと…なに?どのサブクエリ?そして、それはどのように複数の行ですか?