Hallo,
ich brauch für eine statistische Auswertung von Daten eine Median- Funktion auf einem Informix IDS 10.0 Server.
Wenn ich versuche mir eine Aggregate-Funktion mit CREATE AGGREGATE zu definieren, erhalte ich eine Fehlermeldung :
-9401 Cannot re-define or drop builtin aggregate .
The named aggregate is a system-defined aggregate. You can overload the
functions that support the built-in aggregates, but you cannot redefine
or drop built-in aggregates.
Create support functions for the named aggregate but do not use the CREATE
AGGREGATE statement.
aber wenn ich aber versuche diesen Funktion zu nutzen erhalte, ich die
Meldung:
-999 Not implemented yet.
This error means the functionality being exercised is not currently
implemented. Check the documentation and release notes that
describe this current restriction in this particular release for this
product. If this condition is not described in the regular documentation
or the release notes and recurs, note all circumstances and
contact Technical Support at [email protected].
Hat vielleicht jemand einen Idee, wo das Problem liegt, oder eine andere Lösung ?