Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The documentation for Derby found at http://incubator.apache.org/derby/manuals/reference/sqlj27.html#CREATE+FUNCTION+Statement
says that "SPECIFIC name" is allowed as a function and procedure element. However
an SQLException is thrown if you use it. The message says "ERROR 0A000: Feature not implemented: SPECIFIC identifier."