Content deleted Content added
Failure to use encyclopedic language. |
→Databases: Use inline highlighting for table name, and fix incorrect capitalization |
||
Line 14:
</syntaxhighlight>
Once created, a user-defined function may be used in [[expression (programming)|expressions]] in SQL statements. For example, it can be invoked where most other intrinsic functions are allowed. This also includes [[Select (SQL)|SELECT statements]], where the function can be used against data stored in tables in the database. Conceptually, the function is evaluated once per row in such usage. For example, assume a table named
<syntaxhighlight lang="sql">
|