|
| Total Answers and Comments: 4 |
Last Update: February 22, 2008 Asked by: kundan_mca12 |
|
| | |
|
Submitted by: devenar You can create a lexical parameter(references) by entering an ampersand (&) followed immediately by the column or parameter name. Lexical parameter are placeholders for text that you embed in a SELECT statement and at runtime the values are replaced according to the conditions(e.g if else etc). You can use lexical references(parameters) to replace the clauses appearing after SELECT, FROM, WHERE, GROUP BY, ORDER BY, HAVING, CONNECT BY, and START WITH.
Above answer was rated as good by the following members: viveksis | Go To Top
|