Les01 15+
Les01 15+
A concatenation operator:
• Links columns or character strings to other
columns
• Is represented by two vertical bars (||)
• Creates a resultant column that is a character
expression
SELECT last_name||job_id AS "Employees"
FROM employees;
…
SELECT DISTINCT department_id
FROM employees;
2
SQL statements
Oracle
server
Internet
browser
Formatted report
Client
1
6
2 3 4 5
DESC[RIBE] tablename
DESCRIBE employees
D:\TEMP\emp_data.sql
2
3
2
3