📄 insertrow.sql
字号:
remrem NAMErem $RCSfile: insertRow.sql,v $rem DESCRIPTIONrem [given below]rem DELTArem $Revision: 1.2 $rem $Author: birgit $rem CREATEDrem $Date: 2005/02/22 10:32:47 $rem COPYRIGHTrem Westhawk Ltdrem TO DOremrem USAGEremremrem If you are running XSQL, you can try xsql/insert.html as well.rem Much more fun. It uses the 'demo' connection.remrem VARIABLE theResult VARCHAR2(500);rem CALL scott.TrapTest.send('localhost', 162, 'public', 100, '1.3.6.1.6.3.1.1.5.1')rem INTO :theResult;rem PRINT theResult; INSERT INTO scott.Trap (hostname, port, community, sysUpTime, snmpTrapOID)VALUES ('localhost', 162, 'public', 100, '1.3.6.1.6.3.1.1.5.1')/select * from SCOTT.trap order by insertdate/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -