第 1 章:本版本的最新资讯 第 2 章:关于 Siebel Communication Server 什么是 Siebel Communication Server? 17 将 Communication Server 用于其它 Siebel 模块 18 Communication Server 和 Siebel CTI 18 Communication Server 和 Siebel Email Response 18 Communication Server 和 Siebel 统一队列
oracl 和db2 常用语法比较: 1、取前N条记录 Oracle:Select * from TableName where rownum <= N; DB2:Select * from TableName fetch first N rows only; 2、取得系统日期 Oracle:Select sysdate from dual; DB2:Select current timestamp from sysibm.sysdummy1; 3、空值转换 Oracle:Select