insertrow.sql

来自「无线网络管理」· SQL 代码 · 共 41 行

SQL
41
字号
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 + =
减小字号Ctrl + -
显示快捷键?