Commit 3949190
committed
Support WITH TOTALS at end of SELECT statement
WITH TOTALS can appear after GROUP BY or at the end of SELECT
even without GROUP BY. Added parsing support after LIMIT clause.
Test count: 5550 -> 5554 (+4 tests)1 parent 06f016f commit 3949190
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
357 | 364 | | |
358 | 365 | | |
359 | 366 | | |
| |||
0 commit comments