Skip to content

Commit

Permalink
Add aggregate function support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bexanderthebex committed Oct 22, 2021
1 parent 8091105 commit 37fb44c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sql-support/select-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ SELECT [ ALL | DISTINCT ] select_expr [, ...]
-- example
SELECT * FROM `gdax_BTC-USD/1D/OHLCV`; --escape dashes by wrapping it with backticks
```

#### Aggregate functions supported are the following:
- COUNT
- AVG
- MAX
- MIN

0 comments on commit 37fb44c

Please sign in to comment.