Sign in
Google apps
Main menu
Post a Comment On:
Blogpad
"Get specific field count on a table"
No comments yet. -
1 – 0 of 0
SELECT FieldName, COUNT(FieldName)
FROM Table
GROUP BY FieldName
order by COUNT(FieldName) desc
posted by fc at
10:36 AM
on May 20, 2008
Leave your comment
You can use some HTML tags, such as
<b>, <i>, <a>
This blog does not allow anonymous comments.
Google Account
You will be asked to sign in after submitting your comment.
Please prove you're not a robot
"Get specific field count on a table"
No comments yet. -