Skip to content

Padding spaces precede and follow character (') literals.

Tako Lee edited this page Feb 21, 2014 · 1 revision

Spaces precede and follow character (') literals.

SELECT first_name || ' ' || middle_name || ' ' || last_name
         'student_name'
  FROM   STUDENTS
  WHERE  ssn = 999999999;

Reference: http://www.dba-oracle.com/t_plsql_coding_spacing_standards.htm

Clone this wiki locally