1
vote
1answer
31 views
UPDATE from recursive query
Is it possible to do an update from a recursive query in one SQL statement without using a temporary table?
I am trying to set the very top boss id for each employee and I get the …