I have a situation here.
1. I have a source table (x).
2. I want to lookup 3 columns from 3 different tables and load the looked up column from 3 lookups to a single column in the destination table.
The problem is destination & source table are same.
Basically i need to update the source table after 3 lookups.
Please help