Replies: 1 comment
-
math::sum(SELECT VALUE amount FROM test); should yield the desired behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SELECT math::sum(amount) FROM table
Beta Was this translation helpful? Give feedback.
All reactions