pickslides
Red Sails In The Sunset
- Local time
- Today, 21:52
- Joined
- Apr 29, 2008
- Messages
- 76
Hi all
Just want to confirm i'm on the right track with a very simple query.
I have a table with over 4 million records
. It holds historic water consumption data for some 300,000 properties. The fields are as follows:
Property ID (integer)
To Date (date)
From Date (date)
KL consumption (integer)
No Master Key!
I want to find if out of the 4 million records if any of the entire record is a duplicate with another. I do the data pretty well. I know if Property ID and To Date are the same when finding duplicates then this is enough information to determine that the record is a duplicate.
So I have gone to the wizard picked Property ID and To Date to be possible duplicates and added the remainding to view in the query.
Is this correct?
Thanks for reading...
Just want to confirm i'm on the right track with a very simple query.
I have a table with over 4 million records
Property ID (integer)
To Date (date)
From Date (date)
KL consumption (integer)
No Master Key!
I want to find if out of the 4 million records if any of the entire record is a duplicate with another. I do the data pretty well. I know if Property ID and To Date are the same when finding duplicates then this is enough information to determine that the record is a duplicate.
So I have gone to the wizard picked Property ID and To Date to be possible duplicates and added the remainding to view in the query.
Is this correct?
Thanks for reading...