
7 Dec
2011
7 Dec
'11
1:02 a.m.
Right now, the CREATE PROCEDURE page details CREATE PROCEDURE and CREATE FUNCTION (the non-UDF form). The CREATE FUNCTION page is just links to CREATE PROCEDURE and CREATE FUNCTION UDF. http://kb.askmonty.org/en/create-function http://kb.askmonty.org/en/create-procedure http://kb.askmonty.org/en/create-function-udf Aside from sharing some syntax, creating functions and procedures are two very different things. I propose splitting the FUNCTION stuff out of CREATE PROCEDURE and putting on CREATE FUNCTION. Thoughts? -- Shaun