Error Messages/41000
Error message examples
The User-Defined Function My_Function cannot be defined as a self-indexed table. UDFs cannot serve as indexes.
Cause
You have tried to define UDF as a self-indexed table which is not allowed. The following UDF definition would trigger this error.
Table(self)
Remedies
Please use an index or variable to define a self-indexed table.
See Also
Comments
Enable comment auto-refresher