advanced code snippet search
fugue on 03/17/10
deduplication
03/17/10 03:08am
1 person have marked this snippet as a favorite
dantreacy
SELECT foo, bar FROM mytableGROUP BY foo, barHAVING COUNT(*)>1;
Report this snippet Tweet
Comment:
You need to login to post a comment.