Difference between revisions of "SET SQLPROMPT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify the Recital/SQL interactive prompt | Specify the Recital/SQL interactive prompt | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | SET SQL | + | [[SET SQL]], [[:Category:SQL|SQL]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
Recital/SQL> set sqlprompt to "R-SQL> " | Recital/SQL> set sqlprompt to "R-SQL> " | ||
R-SQL> set sqlprompt to default | R-SQL> set sqlprompt to default | ||
− | SQL></ | + | SQL> |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital Terminal | + | Recital |
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|SQLPROMPT]] | ||
+ | [[Category:SQL]] | ||
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 15:35, 25 November 2009
Purpose
Specify the Recital/SQL interactive prompt
Syntax
SET SQLPROMPT TO <expC> | DEFAULT
See Also
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