Author:maurice72
Posted: Fri Aug 11, 2017 1:22 pm (GMT+1)
Hello !
Try to create some simple query.
I need to sum some parametrs and use GROUP by command
But when I try to execute - fail.
My query:
It is working?
And one more question.
How I can storage queries in project ?
Posted: Fri Aug 11, 2017 1:22 pm (GMT+1)
Hello !
Try to create some simple query.
I need to sum some parametrs and use GROUP by command
But when I try to execute - fail.
Code: |
unexpected token: GROUP в [строка: 1, столбец: 70] |
My query:
Code: |
select h.PARAMETERS.name from flat( OBJECTS,PARAMETERS) as h group by h.PARAMETERS.name |
It is working?
And one more question.
How I can storage queries in project ?