Any ideas why the following query would result in a division by zero exception?

sql> select prodcode, avg(price) from sales group by prodcode;

!ArithmeticException:batcalc./:Division by zero
Timer   24326.296 msec 0 rows

Thank you.



      


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to