2012-10-15 91 views

回答

1

對於TableField1, Field2列:

SELECT FIELD1, FIELD2 
FROM Table 
GROUP BY FIELD1, FIELD2 
HAVING COUNT(*)>1