Skip to content

Commit

Permalink
Merge pull request #29 from pavemaksim/patch-1
Browse files Browse the repository at this point in the history
Typo fixed in group by examples in readme
  • Loading branch information
evsign authored Jul 3, 2020
2 parents 3b2f9d5 + 869378c commit 66a4afc
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 66a4afc

Please sign in to comment.