why am i getting this message?
update tempaccrreport
inner join caccrchart on tempaccrreport.bcode = caccrchart.bcode
set tempaccrreport.accrRate = (select max(caccrchart.accrualRate)
from caccrchart)
where tempaccrreport.mos > (select max(caccrchart.minimumService)
from caccrchart)
update tempaccrreport
inner join caccrchart on tempaccrreport.bcode = caccrchart.bcode
set tempaccrreport.accrRate = (select max(caccrchart.accrualRate)
from caccrchart)
where tempaccrreport.mos > (select max(caccrchart.minimumService)
from caccrchart)