Update subselect subquery

  • Thread starter Thread starter Randy Walker
  • Start date Start date
R

Randy Walker

I can't seem to figure out another way of doing this in ONE query. Anybody
got any hints?

update tblLoadControl set rec_count = (select count(*) from
Export_MajorZone) where load_id = 1

Randy Walker
 
Back
Top