1. 首页
  2. 编程语言
  3. 其他
  4. OracleSQL内置函数大全

OracleSQL内置函数大全

上传者: 2019-01-20 17:42:25上传 DOC文件 58.5KB 热度 24次
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');
用户评论