Skip to content

Commit

Permalink
Update 7.count.md (#848)
Browse files Browse the repository at this point in the history
count(expr) return -->count(expr) returns
  • Loading branch information
abby-cyber committed Nov 1, 2021
1 parent c247c93 commit 7a72d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ count({expr | *})

- count(*) returns the number of rows (including NULL).

- count(expr) return the number of non-NULL values that meet the expression.
- count(expr) returns the number of non-NULL values that meet the expression.

- `count()` and `size()` are different.

Expand Down

0 comments on commit 7a72d5c

Please sign in to comment.