2017-08-11
02:22 PM
- last edited on
2022-12-06
01:59 PM
by
Daniel Kassai
unexpected token: GROUP в [строка: 1, столбец: 70]My query:
select h.PARAMETERS.name from flat( OBJECTS,PARAMETERS) as h group by h.PARAMETERS.nameIt is working?
2017-09-15 05:06 PM
maurice72 wrote:
I need to sum some parametrs and use GROUP by command
But when I try to execute - fail.
maurice72 wrote:
How I can storage queries in project ?