|
-
Mar 24th, 2013, 11:24 AM
#1
Thread Starter
PowerPoster
select distinct on a lot of data
I need to select distinct value from a Date Filed named DATA1.
The field DATA1 is indexed.
i have tested a query with Select Distinct or Group by, but the result in other case, are very slow!
I use Access, the conn is a tipical ADO conn, and the records are approx 500.000-
have a good suggestion to solve the time delay for sleect distinct...?
-
Mar 24th, 2013, 03:54 PM
#2
Re: select distinct on a lot of data
GROUP BY should be faster but with 500K records in Access I doubt you will something better.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|