count without args returns total rows
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()
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()