Difference between revisions of "SET SQLPROMPT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 33: Line 33:
 
[[Category:Set_Commands|SQLPROMPT]]
 
[[Category:Set_Commands|SQLPROMPT]]
 
[[Category:SQL]]
 
[[Category:SQL]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Revision as of 13:13, 2 June 2009

Class

Recital Terminal Developer Environment


Purpose

Specify the Recital/SQL interactive prompt


Syntax

SET SQLPROMPT TO <expC> | DEFAULT


See Also

SET SQL, 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