Skip to content

count without args returns total rows

Compare
Choose a tag to compare
@machow machow released this 20 Sep 19:45
· 324 commits to master since this release

Small fix, supporting count without args. This is a very common case against SQL dbs, since it lets you know how big (how many rows) a table has.

e.g.

tbl_something >> count()