|
Using /*...*/
SQL*Plus User's Guide and Reference 里有
You must enter a space after the slash-asterisk(/*) beginning a comment, otherwise the comment is treated as a command, and the slash is interpreted as an execute command, executing any command in the SQL*Plus buffer. |
|