how to do lookup from a external master mapping file

shafee212

Member
i want to do a mapping from a master mapping file .how it is possible (like vlookup command in MS EXCEL . ) How to do it in progress.

we have data into temp table with single column . we want to map the content with another master mapping file and store the result into another temp table. How to proceed.
 
read the other file in and just do a simple find statement against your temp table to see if it exists...
 
Back
Top