|
-
Nov 15th, 2009, 01:02 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Query Compare if the value of a field is doubled
problem solved
i did forgot the distinct function
Last edited by killer7k; Nov 15th, 2009 at 01:55 PM.
-
Nov 15th, 2009, 07:32 PM
#2
Re: [RESOLVED] Query Compare if the value of a field is doubled
You need not have edited your post so that other members could have seen what the problem is and apply whatever your solution is.
BTW, using GROUP BY is more optimized than using DISTINCT since distinct will still load all the records and just remove the duplicates while GROUP BY is not.
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
|