User-defined function: Difference between revisions

Content deleted Content added
Lankiveil (talk | contribs)
m oops
clean up and re-categorisation per CFD of 09 March 2006 using AWB
Line 1:
{{citation style}}
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:
 
SELECT GETRANDOMKEY();
Line 8:
For specific information pertaining to UDF's in [[MySQL]], visit the [[MySQL]] website at [http://www.mysql.com]
 
[[Category:Computer programming]]
[[de:User Defined Function]]
 
[[Category:SQL]]
[[Category:Databases]]
[[Category:ProgrammingSQL]]
 
[[de:User Defined Function]]