Parameter Marker Syntax
Dynamic parameter markers can appear in any of the following parts of SQL statements:
Currently, dynamic parameter markers cannot appear:
- In selection lists of SELECT statements.
- In array references. Although ESQL allows array references that can contain expressions, array references are not part of any SQL standard.
- In the expressions of GROUP BY and ORDER BY clauses. Although ESQL allows expressions in these clauses, the ANSI standard does not.
- Surrounding the IN predicate. (In the expression before an IN predicate and in the value list following it.)
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |