Java Array Cast
wlcResp2.setBpList((BpTopo[])bpList.toArray(new BpTopo[bpList.size()]));
wlcResp2.setBpList((BpTopo[])bpList.toArray(new BpTopo[bpList.size()]));
Posted by Ginger at 6:14 PM 0 comments
update polleddata pd set pd.absolutelastcountervalue=
( select lastcountervalue
from v2r2_temp_tbl1 vtt
where vtt.id=pd.id);
update polleddata pd, v2r2_temp_tbl1 vtt
set pd.absolutelastcountervalue=vtt.lastcountervalue
where pd.id=vtt.id;
Posted by Ginger at 6:12 PM 0 comments