Differences

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

Link to this comparison view

dev:sql:functions:lower [2009/12/05 00:30]
tdo created
dev:sql:functions:lower [2016/06/28 22:38]
Line 1: Line 1:
-{{page>:​top_add&​nofooter&​noeditbtn}} 
-<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ 
-====== Omnidex SQL Function: LOWER ====== 
-{{page>:​sql_bar&​nofooter&​noeditbtn}} 
-===== Description ===== 
-Converts a string to all lower case characters. 
-===== Syntax ===== 
-  LOWER( <​column_spec | "​string">​ ) 
-===== Example ===== 
-==== Example 1 ==== 
-<​code>​ 
-select 
-LOWER (contact) as low 
-from customers where state = '​co'​ 
-</​code>​ 
-low 
-------------------------- 
  
-john doe 
-jane johnson 
-jim smith 
- 
-  
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/functions/lower.txt ยท Last modified: 2016/06/28 22:38 (external edit)