
- Forum
- Databases
- SQL Alternative for SELECT DISTINCT to query 2 million records
-
Alternative for SELECT DISTINCT to query 2 million records
My table has 2 million records. I want to select distinct values from the table. If I use select distinct... it may take more time. What would be another option to select distinct values in less time.
Question asked by visitor Ankush
-
Junior Member
Re: Alternative for SELECT DISTINCT to query 2 million records
Try creating an INDEX for the table
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