Difference between revisions of "EXEC SQL"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 34: Line 34:
 
==Products==
 
==Products==
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:SQL]]
 +
[[Category:Commands]]

Revision as of 16:16, 19 March 2009

EXEC SQL

Class

SQL Applications


Purpose

Indicates that the statement that follows is an SQL statement


Syntax

EXEC SQL

<statement>;


See Also

EXECUTE, EXECUTE IMMEDIATE, 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 Database Server, Recital Mirage Server, Recital Terminal Developer