This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:functions:upper [2010/07/08 17:12] els |
dev:sql:functions:upper [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Description ===== | ===== Description ===== | ||
| Converts a string to all upper case characters. | Converts a string to all upper case characters. | ||
| + | |||
| + | This function returns the same datatype as the passed parameter. | ||
| + | |||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 15: | Line 18: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| ==== Example: Column ==== | ==== Example: Column ==== | ||
| - | <code SQL> | + | <code> |
| > select upper(name) nme from individuals; | > select upper(name) nme from individuals; | ||
| Line 30: | Line 33: | ||
| </code> | </code> | ||
| - | + | ====== Additional Resources ====== | |
| + | |||
| + | See also: | ||
| + | {{page>dev:sql:functions:see_also_string&nofooter&noeditbtn&noheader}} | ||
| + | |||
| {{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} | ||