katrina11
Technical User
- Apr 30, 2011
- 108
It sounds like a miracle.I created two tables: for hospitalozation and Office visits.Then I merged them by memberid and get 572000 records.
Then it was decided to include alternative id field for further linking to another DW.
For hospitalization table as well as for Office visit I got exactly the same number of records as before and as it is supposed to be,(using the same memberid as before).
However when I merged them as before I got just 571700 records.
I tried to find the "difference" for the investigation
It looks like there is no diffrence in number of records while there is a difference in number of records!!!
I am certainly doing something wrong...
Is there any other way to get this dissapeared records?
Any help would greatly appreciate.
Thank you!
Katrin
Then it was decided to include alternative id field for further linking to another DW.
For hospitalization table as well as for Office visit I got exactly the same number of records as before and as it is supposed to be,(using the same memberid as before).
However when I merged them as before I got just 571700 records.
I tried to find the "difference" for the investigation
and I did not get any records.select *
from AcuteTimeFrame_backup
where memberid Not in(select memberid from AcuteTimeFrame_1 )
or
select *
from AcuteTimeFrame_2_backup
where memberAltid Not in(select memberAltid from AcuteTimeFrame_1 )
It looks like there is no diffrence in number of records while there is a difference in number of records!!!
I am certainly doing something wrong...
Is there any other way to get this dissapeared records?
Any help would greatly appreciate.
Thank you!
Katrin