Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Is there a built-in TCL verb to sum a multivalue field

Is there a built-in TCL verb for summing values?

For example, if my STUDENT table has a GRADES column containing a VM-delimited list of floats, can I do something like:

SELECT STUDENT WITH SUM(GRADES) GT

I know this can be done using a symbolic, but I was wondering if there’s a built-in TCL command/verb that can do this directly.

Comments

  • I don't think so. I did a quick review of the RLIST documentation and nothing surfaced.
Sign In or Register to comment.