Difference between revisions of "SET SQLPROMPT"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| Line 15: | Line 15: | ||
| ==See Also== | ==See Also== | ||
| − | SET SQL | + | [[SET SQL]] | 
| Line 23: | Line 23: | ||
| ==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 Developer | Recital Terminal Developer | ||
| + | [[Category:Documentation]] | ||
| + | [[Category:Commands]] | ||
| + | [[Category:Set_Commands|SQLPROMPT]] | ||
| + | [[Category:SQL]] | ||
Revision as of 12:09, 12 March 2009
Contents
SET SQL PROMPT
Class
Recital Terminal Developer Environment
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 Terminal Developer
