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 Both sides next revision
dev:sql:functions:upper [2010/07/08 17:12]
els
dev:sql:functions:upper [2010/07/09 03:32]
els
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;​
  
 
Back to top
dev/sql/functions/upper.txt ยท Last modified: 2016/06/28 22:38 (external edit)