Specifies how to group data. More...
| Variables | |
| const short | DEFAULT = 0 | 
| The same value in the column value or expression. | |
| const short | PREFIX_CHARACTERS = 1 | 
| The same first nth of characters in the column value or expression. | |
| const short | YEAR = 2 | 
| Dates in the same calendar year. | |
| const short | QUARTAL = 3 | 
| Dates in the same calendar quarter. | |
| const short | MONTH = 4 | 
| Dates in the same month. | |
| const short | WEEK = 5 | 
| Dates in the same week. | |
| const short | DAY = 6 | 
| Dates on the same date. | |
| const short | HOUR = 7 | 
| Times in the same hour. | |
| const short | MINUTE = 8 | 
| Times in the same minute. | |
| const short | INTERVAL = 9 | 
| Values within an interval you specify. | |
Specifies how to group data.
| const short DAY = 6 | 
Dates on the same date.
| const short DEFAULT = 0 | 
The same value in the column value or expression.
| const short HOUR = 7 | 
Times in the same hour.
| const short INTERVAL = 9 | 
Values within an interval you specify.
| const short MINUTE = 8 | 
Times in the same minute.
| const short MONTH = 4 | 
Dates in the same month.
| const short PREFIX_CHARACTERS = 1 | 
The same first nth of characters in the column value or expression.
| const short QUARTAL = 3 | 
Dates in the same calendar quarter.
| const short WEEK = 5 | 
Dates in the same week.
| const short YEAR = 2 | 
Dates in the same calendar year.