随笔分类 - Oracle,Sql Server
摘要:Oracle SQL 内置函数大全(1) http://www.51cto.com 2005-12-30 10:25 gissky SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数;SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space fro...
阅读全文
摘要:使用sql server中的全文索引 http://www.51cto.com 2005-12-23 09:08 作者: 出处:赛迪网 一般情况,使用sql server中的全文索引,经过大体4个步骤: 1).安装full text search全文索引服务; 2).为数据表建立full text catalog全文索引目录; 3).进行full text catalog...
阅读全文
摘要:比较 SQL Server 与 Oracle 、 DB2 来源:Oracle数据库在线(www.dbonline.cn)一个好的数据库是非常重要的。本文从一些方面比较了 SQL Server 与 Oracle 、 DB2 三种数据库,为你选择数据库提供一些参考。 开放性 SQL Server 只能在 Windows 上运行,没有丝毫的开放性,操作系统的系统的稳定对数据库是十分重要的。 ...
阅读全文
摘要:PL/SQL程序设计1目 录第一章 PL/SQL 程序设计简介....................................................................................4§1.2 SQL与PL/SQL........................................................................
阅读全文
摘要:The initialization parameter OPEN_CURSORS in INITSID.ORA determines the maximum number of cursors per user. Check the parameter specified by executing the following SQL: select * from v$parameter whe...
阅读全文