Blogpad
Notepad on-line
Tuesday, May 20, 2008
Get specific field count on a table
SELECT FieldName,
COUNT(FieldName)
FROM Table
GROUP BY FieldName
order by COUNT(FieldName) desc
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment