GROUP BY clause
Syntax: GROUP BY <expr-list> [HAVING <group-filter-expr]
Count instances of each type of class.
Query
Result
ClassName | InstanceCount |
---|---|
BisCore:DrawingCategory | 328 |
BisCore:AnnotationTextStyle | 22 |
BisCore:AuxCoordSystem2d | 2s |
Count instances of each type of class by filter out group with count less then 10.
Query
Result
ClassName | InstanceCount |
---|---|
BisCore:DrawingCategory | 328 |
BisCore:AnnotationTextStyle | 22 |
BisCore:CategorySelector | 313 |
Last Updated: 13 May, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.