SQL查詢一張表中某一個字段內容重複的條數

  SELECT        TableType,     COUNT(Id)   FROM TableName GROUP by TableType having COUNT(Id) >1
相關文章
相關標籤/搜索