Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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}}
 
Back to top
dev/sql/functions/upper.1278609137.txt.gz · Last modified: 2016/06/28 22:38 (external edit)