sangei 发表于 2013-1-14 08:46:09

oracle的分号和斜杠(转)

<div class="msgfont">引用
1. Adding a slash to the end of each statement was a bad choice because sqlplus treats slash as a buffer flush. For procedure/triggers/functions it is a must: because content of if is stored in the buffer and is not executed. However, for all other statements it means executing the same statement twice because such statement is executed immediately and put into buffer and following slash just re-executes the same statement.
页: [1]
查看完整版本: oracle的分号和斜杠(转)