Hey guys/gals
I have a update that is slow and I cant get my head around a way to make it
faster.
update table set id = '555'
where id in (select id from different_table)
pretty simple... i tried using exists as well.. but it still seems to be
very slow.
TIA
Chad