I would like to do the following in a formula:
SELECT count(dbA.a1)
WHERE dbA.a2 = 3 // any constant
i.e. to count number of occurences of a1 from dbA where from its attribute a2 equals a certain constant.
Unfortuantely cannot put the above into SQL Expression. Syntax errors and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.