2014年3月17日 星期一

SQL - select where count >0

http://stackoverflow.com/questions/11722245/mysql-select-where-count-1

SELECT COUNT(col3) as countCol3
FROM table
GROUP BY col3
HAVING countCol3 > 1



沒有留言:

張貼留言