当前位置:网站首页>Oracle/PLSQL: Soundex Function
Oracle/PLSQL: Soundex Function
2022-06-27 01:45:00 【yuanlnet】
In Oracle/PLSQL, the soundex function returns a phonetic representation (the way it sounds) of a string.
Syntax
The syntax for the soundex function is:
soundex( string1 )
string1 is the string whose phonetic value will be returned.
Note
The Soundex algorithm is as follows:
- The soundex return value will always begin with the first letter of string1.
- The soundex function uses only the first 5 consonants to determine the NUMERIC portion of the return value, except if the first letter of string1 is a vowel.
- The soundex function is not case-sensitive. What this means is that both uppercase and lowercase characters will generate the same soundex return value.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
soundex('tech on the net'); | would return 'T253' |
soundex('TECH ON THE NET'); | would return 'T253' |
soundex('apples'); | would return 'A142' |
soundex('apples are great'); | would return 'A142' |
soundex('applus'); | would return 'A142' |
边栏推荐
- cookie,sessionstorage,localstorage区别
- The listing of Fuyuan pharmaceutical is imminent: the net amount raised will reach 1.6 billion yuan, and hubaifan is the actual controller
- Arbre binaire OJ sujet
- uvm中的config机制方法总结(一)
- 为什么先划分训练集和测试集后归一化?
- Break through the performance bottleneck of image recognition through rust language computing acceleration technology
- memcached基础14
- Continuous delivery blue ocean application
- uvm中的config机制方法总结(二)
- Simply learn the entry-level concepts of googlecolab
猜你喜欢

getReader() has already been called for this request

Summary of config mechanism and methods in UVM (2)

ML:机器学习工程化之团队十大角色背景、职责、产出物划分之详细攻略

速看!2022年6月编程语言排行榜出炉!第一名太牛啦
![[graduation season] role conversion](/img/4e/aa763455da974d9576a31568fc6625.jpg)
[graduation season] role conversion

Due to the invalidation of the prospectus of bori technology, CICC has stopped providing guidance to it and abandoned the listing on the Hong Kong stock exchange?

Custom class loader encrypts and decrypts classes

Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years

递归是会更秀strtok

Break through the performance bottleneck of image recognition through rust language computing acceleration technology
随机推荐
Interface isolation principle
别被洗脑了,这才是90%中国人的工资真相
WiFi-IoT 鸿蒙开发套件样例开发
NOKOV动作捕捉系统使多场协同无人机自主建造成为可能
Memcached foundation 1
清华&智源 | CogView2:更快更好的文本图像生成模型
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
Oracle/PLSQL: Upper Function
cookie,sessionstorage,localstorage区别
perl语言中 fork()、exec()、waitpid() 、 $? >> 8 组合
“所有专业都在劝退”,对大学生最友好的竟然是它?
Memcached Foundation
Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years
接口隔离原则
Amazon elasticache quickly builds a cache service cluster, which is fast
Memcached basics 15
Memcached foundation 10
markdown表格(合并)
On the operation mechanism of numpy array
UVM in UVM_ report_ Enabled usage