1
(click on this box to dismiss)
Does CUBRID support tuple counts like COUNT(a, b)?
I want to obtain the number of records based on multiple columns. How can I accomplish this in CUBRID?
link
comment (1)
accepted answer
Feature request has been registered in http://jira.cubrid.org/browse/ENGINE-47. -
CUBRID 10 months ago
1
Answer
1
In the official online help, it is stated that the expressions that can be used with COUNT are:
A column that has collection type and object domain (user-defined class or multimedia class) can also be specified in the expression.
See http://www.cubrid.org/manual/840/en/COUNT%20Function.
So I guess its not possible to use COUNT(multiple expressions).
tagged
asked 2 years ago
viewed 745 times