On 3/26/11, mallikarjuna D <[email protected]> wrote:
> Hi
> I want to connect to server(db)  from client bouth are different
> server and get connected
> what is arch to connect the db(server table) ,
> how the process will be.....
>
> On 3/13/11, Andrej Hopko <[email protected]> wrote:
>> I think you meant to use OR between the two conditions? (AND makes no
>> sense to me there)
>>
>> original query has it placed in IN clause which means "OR-ing" the
>> enlisted options
>>
>>      hoppo
>>
>> On 13. 3. 2011 4:53, Midana Fernandes Sana wrote:
>>> Hi,
>>> As Hoppo says, many ways to solve it.
>>> It can be this way:
>>> SELECT * FROM USER_TAB_COLUMN
>>> WHERE TAB_NAME IN (SELECT TARGET_TABLE FROM TAB1)
>>> AND TAB_NAME IN (SELECT SOURCE_TABLE FROM TAB1)
>>>
>>> Midana Sana
>>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Oracle PL/SQL" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/Oracle-PLSQL?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to