advanced code snippet search
hungry on 12/06/07
mysql sql
12/06/07 03:51pm
1 person have marked this snippet as a favorite
nixter
SELECT BookISBN, count(BookISBN) FROM Books GROUP BY BookISBN HAVING COUNT(BookISBN)>1;
Report this snippet Tweet
Comment:
You need to login to post a comment.