Skip to content

Padding PLSQL operators and keywords

Tako Lee edited this page Feb 21, 2014 · 2 revisions

One of the most important elements in creating readable code is the spacing placed around operators. Below shows common operators and keywords that need to be preceded and followed by a space when they are used in expressions.

Operators and keywords to be preceded and followed by a space in expressions

+ - * /
& < > =
!= <= >= :=
=> || .. :
<> IN OUT AND
OR NOT NULL

Clone this wiki locally