User-defined function: Difference between revisions

Content deleted Content added
Lankiveil (talk | contribs)
cat
Lankiveil (talk | contribs)
No edit summary
Line 1:
{{citation style}}{{catneeded}}
User Defined Function, or UDF is an extension to a SQL database server (like [[MySQL]]) that can be compiled for use in a SQL query. For example, if it is necessary to obtain a random number for use as a primary key, and [[MySQL]] does not support that function, a new, external function could be written and compiled to accomplish this task. One sample of such query could be:
 
Line 11:
 
[[Category:SQL]]
[[Category:Computer programming]]
[[Category:Databases]]