Difference between revisions of "SET PAUSE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Barrymavin (Talk | contribs) (→Example) |
||
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
use accounts | use accounts | ||
set pause on | set pause on | ||
set sql on | set sql on | ||
− | select * from accounts;</ | + | select * from accounts;</code> |
==Products== | ==Products== |
Revision as of 01:46, 13 March 2009
Contents
SET PAUSE
Class
Recital Terminal Developer Environment
Purpose
Enable or disable screen pauses for the Recital/SQL SELECT statement
Syntax
SET PAUSE ON | OFF | (<expL>)
See Also
Description
The SET PAUSE ON command causes the Recital/SQL SELECT command to pause after every screen of output until a key is pressed to continue, or the [ABANDON] key is pressed to cancel. When SET PAUSE is off, records retrieved with the Recital/SQL SELECT command scroll continuously until the last record is displayed.
Example
use accounts set pause on set sql on select * from accounts;
Products
Recital Terminal Developer