Invalid Formulas with non list expressions passed to aggregate functions can be constructed causing errors
Describe the problem
It is possible to pass aggregate functions non many values, which should be invalid formulas, but instead are allowed and treated as valid formulas and then and compile to invalid SQL causing row insertion to break:
-
sum(1)
etc
Edited by Nigel Gott