The OLAP expression syntax has three types of literal expressions: strings, numbers, and null. Other data types must be created using conversion functions such as TO_DATE.
The terms text literal, character literal, and string are used interchangeably. They are always enclosed in single quotes to distinguish them from object names.
'A Literal Text String'
'A Literal Text String with ''Quotes '''
'A Literal Text String
That Crosses Into a Second Line'
2
2.4
+1
-1
NULL
Copyright © 2003, 2007, Oracle. All rights reserved.