Literal value [message #174965] |
Wed, 31 May 2006 04:33 |
gajini
Messages: 262 Registered: January 2006
|
Senior Member |
|
|
Read the following lines,"After the statement has been retrieved, if bind variables were present in the statement, the literal values are substituted",
I've some doubt in it,clear it.
what does 'literal value' mean?
Why it's substituted?
|
|
|
Re: Literal value [message #174977 is a reply to message #174965] |
Wed, 31 May 2006 05:27 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
A literal can be a number, character, or a string. For example, in the expression,
:1 = 'Hello World'
:1 is a bind variable, and 'Hello World' is a literal.
|
|
|