![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I a have set of four tables as follows CORE_ADM with columns (CID,RMO, CA1 CA2) CORE_DATA with columns(CID,CMO,CD1,CD2) RAN_ADM with coulmns (RID, RMO, RA1, RA2) RAN_DATA with coulmns (RID,RMO,RD1,RD2) in a database called COREDB. i would like to have a view in another database BDB in such a way that RAN_DATA and CORE_DATA has to get concatenated with respect to coulmns. RAN_VIEW with columns (RID,RMO,RD1,RD2,CD1,CD2) Joins are 1. Columns CID will match 2. RMO will match 3. RID will match Conditions are 1. All the rows from RAN_DATA whether there is data or not in CORE_DATA 2. If there are more rows in CORE_DATA only rows corresponding to RAN_DATA has to be considered. I tried with outer/inner joins , it is always resulting in duplicate entries. Thanks and BR.// -Zia |
![]() |
| Thread Tools | |
| Display Modes | |
| |