文件名称:Oracle SQL内置函数大全
文件大小:59KB
文件格式:DOC
更新时间:2013-04-28 08:21:27
Oracle sql 函数 开发 数据库
SQL> create table table1(xm varchar(8)); SQL> insert into table1 values('weather'); SQL> insert into table1 values('wether'); SQL> insert into table1 values('gao'); SQL> select xm from table1 where soundex(xm)=soundex('weather');