JoSQL parsed:
select count(field) from SomeType where 1 = 1
But gave a syntax error at the star for
select count(*) from SomeType where 1 = 1
Yes that's correct, the analogue for JoSQL is to use
:_allobjs.size
The "count" function in JoSQL has no special status, nor do other aggregate functions such as max, min etc.
Log in to post a comment.
Yes that's correct, the analogue for JoSQL is to use
:_allobjs.size
The "count" function in JoSQL has no special status, nor do other aggregate functions such as max, min etc.