![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all. We have a dts package that has 2 global variables, which will be used in the WHERE clause of a SELECT statement in a data pump. However, we don't know how to differentiate between the two, because both are referenced using the "?" question mark. Here's our WHERE clause, with PARAMETER1 and PARAMETER2 used to differentiate between the two. Thanks in advance. ... WHERE ((RTFILE_SP.RT_TERM = PARAMETER1) OR (RTFILE_SP.RT_TERM = PARAMETER2)) AND ((RCFILE_ROOT_SEG.RC_TERM = PARAMETER1) OR (RCFILE_ROOT_SEG.RC_TERM = PARAMETER2)) ... |
![]() |
| Thread Tools | |
| Display Modes | |
| |