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:lower [2010/07/08 17:10]
els
dev:sql:functions:lower [2016/06/28 22:38] (current)
Line 4: Line 4:
 ===== Description ===== ===== Description =====
 Converts a string to all lower case characters. Converts a string to all lower case characters.
 +
 +This function returns the same datatype as the passed parameter.
 ===== Syntax ===== ===== Syntax =====
  
Line 15: Line 17:
 ===== Examples ===== ===== Examples =====
 ==== Example: Column ==== ==== Example: Column ====
-<​code ​SQL>+<​code>​
 > select lower(name) nme from individuals;​ > select lower(name) nme from individuals;​
  
Line 28: Line 30:
 kathleen tucker kathleen tucker
 </​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/lower.1278609049.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)