InterviewSolution
Saved Bookmarks
| 1. |
Can We Look-up A Table From Source Qualifier Transformation. Ie. Unconnected Lookup? |
|
Answer» You cannot LOOKUP from a SOURCE QUALIFIER DIRECTLY. However, you can OVERRIDE the SQL in the source qualifier to join with the lookup table to perform the lookup. You cannot lookup from a source qualifier directly. However, you can override the SQL in the source qualifier to join with the lookup table to perform the lookup. |
|