Tag Archives: support

MySQL support fun, multiplication

There was a question how to do an aggregate multiplication in MySQL. MySQL does not provide such functionality, so we were looking at various workarounds. We discussed UDF interface that allows to construct custom aggregates, also did look at @a:=@a*field … Continue reading

Posted in mysql | Tagged , | 3 Comments