Shows the distinct values of [column] within [table], e.g. "@count object_type all_objects", which is the same as "SELECT object_type, COUNT(*) FROM all_objects GROUP BY object_type", but less typing.
William Robertson http://www.williamrobertson.net/code/count.sql.txt
Post a Comment
Create a Link
<< Index of code examples
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Index of code examples