Difference between revisions of "EXEC SQL"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ''No longer required in Recital 10'' | ||
+ | |||
==Purpose== | ==Purpose== | ||
Indicates that the statement that follows is an SQL statement | Indicates that the statement that follows is an SQL statement |
Latest revision as of 15:42, 5 July 2011
No longer required in Recital 10
Purpose
Indicates that the statement that follows is an SQL statement
Syntax
EXEC SQL
<statement>;
See Also
EXECUTE, EXECUTE IMMEDIATE, SET, SET SQL
Description
If SQL is set to Recital, the EXEC SQL indicates that the statement that follows it is an SQL statement.
Example
set sql to recital EXEC SQL SELECT account_no FROM customer;
Products
Recital Server, Recital