Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
i have requirement some thing like
Table 1 contain Dept id 101,102,103,104,105 and other fielsd
Table 2 Contains Emp id 101,102,103
my requirement is i need to get common fields from both the tables but should not use innerjoin
Can you share a sample with expected output?
Consider using the KEEP function.
This Requirement has to get with only conditions not with keep and joins
Dept id and Emp Id have 2 different fields and having same values.
Common fields based on the field name or value?
Please explain ur requirement briefly?
-Sathish
here tables are associated with other field
i have requirement some thing like
Table 1 contain Dept id 101,102,103,104,105 and other fields
Table 2 Contains Emp id 101,102,103
i need to get the data Emp id Dept id =Emp id
What makes "keep" not a condition?
Would Where Exists() help ?