Skip to content

Commit

Permalink
Update cube.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Jan 14, 2020
1 parent 9bf6e1e commit dafc41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Schema/cube.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ SELECT * FROM orders WHERE date >= '2018-01-01 00:00:00' and date <= '2018-12-31

for the `['2018-01-01', '2018-12-31']` date range passed for the `OrderFacts.date` dimension as in following query:

```
```javascript
{
measures: ['OrderFacts.count'],
timeDimensions: [{
Expand Down

0 comments on commit dafc41c

Please sign in to comment.