advanced code snippet search
Tamedo on 06/13/08
06/13/08 12:49am
1 person have marked this snippet as a favorite
not_skeletor
select day, count(*) from test group by day HAVING count(*) > 1;
Report this snippet Tweet
Comment:
You need to login to post a comment.