oracle汉字转拼音函数.docx
- 文档编号:5482612
- 上传时间:2022-12-17
- 格式:DOCX
- 页数:11
- 大小:19.55KB
oracle汉字转拼音函数.docx
《oracle汉字转拼音函数.docx》由会员分享,可在线阅读,更多相关《oracle汉字转拼音函数.docx(11页珍藏版)》请在冰豆网上搜索。
oracle汉字转拼音函数
第一种方法:
(首字母/全拼)
createorreplacetypespell_codeasobject(spellvarchar2(10),codenumber);
createorreplacetypet_spellcodeistableofspell_code;
--返回拼音与代码的对应关系
createorreplacefunctionf_getSpellcodereturnt_spellcodePipelined
is
Begin
PIPERow(spell_code('a',-20319));
PIPERow(spell_code('ai',-20317));
PIPERow(spell_code('an',-20304));
PIPERow(spell_code('ang',-20295));
PIPERow(spell_code('ao',-20292));
PIPERow(spell_code('ba',-20283));
PIPERow(spell_code('bai',-20265));
PIPERow(spell_code('ban',-20257));
PIPERow(spell_code('bang',-20242));
PIPERow(spell_code('bao',-20230));
PIPERow(spell_code('bei',-20051));
PIPERow(spell_code('ben',-20036));
PIPERow(spell_code('beng',-20032));
PIPERow(spell_code('bi',-20026));
PIPERow(spell_code('bian',-20002));
PIPERow(spell_code('biao',-19990));
PIPERow(spell_code('bie',-19986));
PIPERow(spell_code('bin',-19982));
PIPERow(spell_code('bing',-19976));
PIPERow(spell_code('bo',-19805));
PIPERow(spell_code('bu',-19784));
PIPERow(spell_code('ca',-19775));
PIPERow(spell_code('cai',-19774));
PIPERow(spell_code('can',-19763));
PIPERow(spell_code('cang',-19756));
PIPERow(spell_code('cao',-19751));
PIPERow(spell_code('ce',-19746));
PIPERow(spell_code('ceng',-19741));
PIPERow(spell_code('cha',-19739));
PIPERow(spell_code('chai',-19728));
PIPERow(spell_code('chan',-19725));
PIPERow(spell_code('chang',-19715));
PIPERow(spell_code('chao',-19540));
PIPERow(spell_code('che',-19531));
PIPERow(spell_code('chen',-19525));
PIPERow(spell_code('cheng',-19515));
PIPERow(spell_code('chi',-19500));
PIPERow(spell_code('chong',-19484));
PIPERow(spell_code('chou',-19479));
PIPERow(spell_code('chu',-19467));
PIPERow(spell_code('chuai',-19289));
PIPERow(spell_code('chuan',-19288));
PIPERow(spell_code('chuang',-19281));
PIPERow(spell_code('chui',-19275));
PIPERow(spell_code('chun',-19270));
PIPERow(spell_code('chuo',-19263));
PIPERow(spell_code('ci',-19261));
PIPERow(spell_code('cong',-19249));
PIPERow(spell_code('cou',-19243));
PIPERow(spell_code('cu',-19242));
PIPERow(spell_code('cuan',-19238));
PIPERow(spell_code('cui',-19235));
PIPERow(spell_code('cun',-19227));
PIPERow(spell_code('cuo',-19224));
PIPERow(spell_code('da',-19218));
PIPERow(spell_code('dai',-19212));
PIPERow(spell_code('dan',-19038));
PIPERow(spell_code('dang',-19023));
PIPERow(spell_code('dao',-19018));
PIPERow(spell_code('de',-19006));
PIPERow(spell_code('deng',-19003));
PIPERow(spell_code('di',-18996));
PIPERow(spell_code('dian',-18977));
PIPERow(spell_code('diao',-18961));
PIPERow(spell_code('die',-18952));
PIPERow(spell_code('ding',-18783));
PIPERow(spell_code('diu',-18774));
PIPERow(spell_code('dong',-18773));
PIPERow(spell_code('dou',-18763));
PIPERow(spell_code('du',-18756));
PIPERow(spell_code('duan',-18741));
PIPERow(spell_code('dui',-18735));
PIPERow(spell_code('dun',-18731));
PIPERow(spell_code('duo',-18722));
PIPERow(spell_code('e',-18710));
PIPERow(spell_code('en',-18697));
PIPERow(spell_code('er',-18696));
PIPERow(spell_code('fa',-18526));
PIPERow(spell_code('fan',-18518));
PIPERow(spell_code('fang',-18501));
PIPERow(spell_code('fei',-18490));
PIPERow(spell_code('fen',-18478));
PIPERow(spell_code('feng',-18463));
PIPERow(spell_code('fo',-18448));
PIPERow(spell_code('fou',-18447));
PIPERow(spell_code('fu',-18446));
PIPERow(spell_code('ga',-18239));
PIPERow(spell_code('gai',-18237));
PIPERow(spell_code('gan',-18231));
PIPERow(spell_code('gang',-18220));
PIPERow(spell_code('gao',-18211));
PIPERow(spell_code('ge',-18201));
PIPERow(spell_code('gei',-18184));
PIPERow(spell_code('gen',-18183));
PIPERow(spell_code('geng',-18181));
PIPERow(spell_code('gong',-18012));
PIPERow(spell_code('gou',-17997));
PIPERow(spell_code('gu',-17988));
PIPERow(spell_code('gua',-17970));
PIPERow(spell_code('guai',-17964));
PIPERow(spell_code('guan',-17961));
PIPERow(spell_code('guang',-17950));
PIPERow(spell_code('gui',-17947));
PIPERow(spell_code('gun',-17931));
PIPERow(spell_code('guo',-17928));
PIPERow(spell_code('ha',-17922));
PIPERow(spell_code('hai',-17759));
PIPERow(spell_code('han',-17752));
PIPERow(spell_code('hang',-17733));
PIPERow(spell_code('hao',-17730));
PIPERow(spell_code('he',-17721));
PIPERow(spell_code('hei',-17703));
PIPERow(spell_code('hen',-17701));
PIPERow(spell_code('heng',-17697));
PIPERow(spell_code('hong',-17692));
PIPERow(spell_code('hou',-17683));
PIPERow(spell_code('hu',-17676));
PIPERow(spell_code('hua',-17496));
PIPERow(spell_code('huai',-17487));
PIPERow(spell_code('huan',-17482));
PIPERow(spell_code('huang',-17468));
PIPERow(spell_code('hui',-17454));
PIPERow(spell_code('hun',-17433));
PIPERow(spell_code('huo',-17427));
PIPERow(spell_code('ji',-17417));
PIPERow(spell_code('jia',-17202));
PIPERow(spell_code('jian',-17185));
PIPERow(spell_code('jiang',-16983));
PIPERow(spell_code('jiao',-16970));
PIPERow(spell_code('jie',-16942));
PIPERow(spell_code('jin',-16915));
PIPERow(spell_code('jing',-16733));
PIPERow(spell_code('jiong',-16708));
PIPERow(spell_code('jiu',-16706));
PIPERow(spell_code('ju',-16689));
PIPERow(spell_code('juan',-16664));
PIPERow(spell_code('jue',-16657));
PIPERow(spell_code('jun',-16647));
PIPERow(spell_code('ka',-16474));
PIPERow(spell_code('kai',-16470));
PIPERow(spell_code('kan',-16465));
PIPERow(spell_code('kang',-16459));
PIPERow(spell_code('kao',-16452));
PIPERow(spell_code('ke',-16448));
PIPERow(spell_code('ken',-16433));
PIPERow(spell_code('keng',-16429));
PIPERow(spell_code('kong',-16427));
PIPERow(spell_code('kou',-16423));
PIPERow(spell_code('ku',-16419));
PIPERow(spell_code('kua',-16412));
PIPERow(spell_code('kuai',-16407));
PIPERow(spell_code('kuan',-16403));
PIPERow(spell_code('kuang',-16401));
PIPERow(spell_code('kui',-16393));
PIPERow(spell_code('kun',-16220));
PIPERow(spell_code('kuo',-16216));
PIPERow(spell_code('la',-16212));
PIPERow(spell_code('lai',-16205));
PIPERow(spell_code('lan',-16202));
PIPERow(spell_code('lang',-16187));
PIPERow(spell_code('lao',-16180));
PIPERow(spell_code('le',-16171));
PIPERow(spell_code('lei',-16169));
PIPERow(spell_code('leng',-16158));
PIPERow(spell_code('li',-16155));
PIPERow(spell_code('lia',-15959));
PIPERow(spell_code('lian',-15958));
PIPERow(spell_code('liang',-15944));
PIPERow(spell_code('liao',-15933));
PIPERow(spell_code('lie',-15920));
PIPERow(spell_code('lin',-15915));
PIPERow(spell_code('ling',-15903));
PIPERow(spell_code('liu',-15889));
PIPERow(spell_code('long',-15878));
PIPERow(spell_code('lou',-15707));
PIPERow(spell_code('lu',-15701));
PIPERow(spell_code('lv',-15681));
PIPERow(spell_code('luan',-15667));
PIPERow(spell_code('lue',-15661));
PIPERow(spell_code('lun',-15659));
PIPERow(spell_code('luo',-15652));
PIPERow(spell_code('ma',-15640));
PIPERow(spell_code('mai',-15631));
PIPERow(spell_code('man',-15625));
PIPERow(spell_code('mang',-15454));
PIPERow(spell_code('mao',-15448));
PIPERow(spell_code('me',-15436));
PIPERow(spell_code('mei',-15435));
PIPERow(spell_code('men',-15419));
PIPERow(spell_code('meng',-15416));
PIPERow(spell_code('mi',-15408));
PIPERow(spell_code('mian',-15394));
PIPERow(spell_code('miao',-15385));
PIPERow(spell_code('mie',-15377));
PIPERow(spell_code('min',-15375));
PIPERow(spell_code('ming',-15369));
PIPERow(spell_code('miu',-15363));
PIPERow(spell_code('mo',-15362));
PIPERow(spell_code('mou',-15183));
PIPERow(spell_code('mu',-15180));
PIPERow(spell_code('na',-15165));
PIPERow(spell_code('nai',-15158));
PIPERow(spell_code('nan',-15153));
PIPERow(spell_code('nang',-15150));
PIPERow(spell_code('nao',-15149));
PIPERow(spell_code('ne',-15144));
PIPERow(spell_code('nei',-15143));
PIPERow(spell_code('nen',-15141));
PIPERow(spell_code('neng',-15140));
PIPERow(spell_code('ni',-15139));
PIPERow(spell_code('nian',-15128));
PIPERow(spell_code('niang',-15121));
PIPERow(spell_code('niao',-15119));
PIPERow(spell_code('nie',-15117));
PIPERow(spell_code('nin',-15110));
PIPERow(spell_code('ning',-15109));
PIPERow(spell_code('niu',-14941));
PIPERow(spell_code('nong',-14937));
PIPERow(spell_code('nu',-14933));
PIPERow(spell_code('nv',-14930));
PIPERow(spell_code('nuan',-14929));
PIPERow(sp
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- oracle 汉字 拼音 函数