G
Guest
is it can be pass in the Access?
how to change?
thanks!
update ta
set col = t.col
from ta,(select id,max(col) col from tb
group by id) t
where ta.id = t.id
how to change?
thanks!
update ta
set col = t.col
from ta,(select id,max(col) col from tb
group by id) t
where ta.id = t.id