0
上午使用MySQL 5.5.9在Windows 7 32位傢伙是真的很糟糕的情況需要絕望的幫助 在我的程序中我有臨時表temp01 和在我的數據庫我有代理表和我的存儲過程有IN Ico_id int作爲參數 與此一起,我沒有在temp01表cl列請記下它。Mysql更新表與選擇使用組
update agent a
join (
select sum(ifnull(t_dr_amt,0)) - sum(ifnull(t_cr_amt,0)) as cl
from temp01
group by t_ac_id
) as tt
on a.co_id = tt.t_co_id
and a.agent_id = tt.t_ac_id
SET a.cl = tt.cl
where a.co_id = 1
AND lower(a.io) = 'y';
當我運行存儲過程把它給我的錯誤:在「上cluase」