Differences

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

Link to this comparison view

Both sides previous revision Previous revision
dev:sql:functions:substring [2011/01/23 23:58]
els
dev:sql:functions:substring [2016/06/28 22:38] (current)
Line 5: Line 5:
 The SUBSTRING function returns a new character string that is a portion of another character expression. ​ The new string begins at the specified starting point in the original expression and extends the number of characters specified in the length parameter. If the length parameter is omitted, the new string extends to the end of the original string. The SUBSTRING function returns a new character string that is a portion of another character expression. ​ The new string begins at the specified starting point in the original expression and extends the number of characters specified in the length parameter. If the length parameter is omitted, the new string extends to the end of the original string.
  
-This function returns a STRING datatype.  ​+This function returns a STRING datatype.  ​
  
 ==== Syntax ==== ==== Syntax ====
 
Back to top
dev/sql/functions/substring.txt ยท Last modified: 2016/06/28 22:38 (external edit)