• A boat with beautiful sunset.
  • Tree in field with blue sky.
  • Amaizing sunrise moment

Saturday, March 17, 2012

Concatenation Operator

  • You can link the the columns to other columns by using concatenation operator(||).
  • Creates a resultant column that is a character expression.
Example :

SELECT name || job AS "Employees" FROM dept;

No comments:

Post a Comment