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:concatenation [2010/07/09 03:32]
els
dev:sql:functions:concatenation [2010/07/09 20:08]
els
Line 13: Line 13:
  
 ===== Examples ===== ===== Examples =====
-==== Example 1: Column + text + Column ​====+==== Example 1: Concatenating both columns and text ====
 <​code>​ <​code>​
 > select '​Individual:​ ' || individual || ' Name: ' || name first_line from individuals;​ > select '​Individual:​ ' || individual || ' Name: ' || name first_line from individuals;​
Line 53: Line 53:
 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/concatenation.txt ยท Last modified: 2016/06/28 22:38 (external edit)