Oracle PL/SQL Tutorial/SQL PLUS Session Environment/prompt
Версия от 13:45, 26 мая 2010; (обсуждение)
prompt This is a demonstration.
SQL>
SQL> pause Hit the [Enter] key...
Hit the [Enter] key...
SQL> accept x number -
> prompt "Enter a value for x: "
Enter a value for x:
SQL> define x
DEFINE X = 0 (NUMBER)
SQL>