Opened 9 years ago
Last modified 5 years ago
#1293 closed enhancement
Induced condenser doesn't work with where clause — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
A query like this (array expression in the using clause)
rasql -q 'select csv(condense + over i_i in [358:364] where ((max_cells((c[1993:1993,1936:1937,i_i[0]])))=(1)) using (long)(c[1993:1993,1936:1937,i_i[0]])) from coll AS c'
seems to fail with
SemanticError.. Caused by: org.odmg.QueryException: Execution error 361 in line 1, column 1, near token select: Multiple query targets are not supported.
Note:
See TracTickets
for help on using tickets.