SET SQLPROMPT

From Recital Documentation Wiki
Revision as of 13:29, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET SQL PROMPT

Class

Recital Terminal Developer Environment


Purpose

Specify the Recital/SQL interactive prompt


Syntax

SET SQLPROMPT TO <expC> | DEFAULT


See Also

SET SQL


Description

The SET SQLPROMPT TO <expC> command allows you to specify the interactive SQL prompt. The <expC> can be a maximum of 10 characters long. The SET SQLPROMPT TO DEFAULT command sets the SQL prompt to ’SQL>’.


Example

Recital/SQL> set sqlprompt to "R-SQL> "
R-SQL> set sqlprompt to default
SQL>


Products

Recital Terminal Developer