Skip to content

Commit

Permalink
Typo fixed in group by examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavemaksim authored Jul 3, 2020
1 parent 3b2f9d5 commit 869378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ SELECT dictGetString('dict', 'attribute', tuple(`column`, 'string value')) as `a
Works like select.

```php
$builder->from('table')->select('column', raw('count()')->groupBy('attribute');
$builder->from('table')->select('column', raw('count()'))->groupBy('attribute');
```

Final query will be like:
Expand Down

0 comments on commit 869378c

Please sign in to comment.