Subject | Re: [firebird-support] Aggregate UDF? |
---|---|
Author | Cartoper |
Post date | 2010-06-24T05:14:51Z |
Well, let us assume a table T had an int field N, the table has 4 rows: {10,12,14,16}
I need to do this:
SELECT std_udf(N) FROM T;
And it will return one value:
2.236
Thus I need to 'create a custom aggregate function' or simple a "Aggregate UDF"
I need to do this:
SELECT std_udf(N) FROM T;
And it will return one value:
2.236
Thus I need to 'create a custom aggregate function' or simple a "Aggregate UDF"