Re: [Hsqldb-developers] custom aggregate function

2005-06-27 Thread fredt
[email protected] Sent: 27 June 2005 19:16 Subject: [Hsqldb-developers] custom aggregate function Hi,    I would like to write a stddev function for hqldb. I see that it is possible to write a custom function for a single value. What about a custom aggregate function

[Hsqldb-developers] custom aggregate function

2005-06-27 Thread Stephen Ince
Title: HSQLDB Help Needed Hi,    I would like to write a stddev function for hqldb. I see that it is possible to write a custom function for a single value. What about a custom aggregate function?  I did look at http://hsqldb.sourceforge.net/doc/guide/ch08.html#stored-section.   Example usage.