当前位置:网站首页>Oracle的md5
Oracle的md5
2022-07-02 03:27:00 【天天代码码天天】
CREATE OR REPLACE FUNCTION MD5(passwd IN VARCHAR2) RETURN VARCHAR2 IS
retval varchar2(32);
BEGIN
retval := utl_raw.cast_to_raw(DBMS_OBFUSCATION_TOOLKIT.MD5(INPUT_STRING => passwd));
RETURN retval;
END;
测试
select md5('lw112190') from dual
边栏推荐
- Qualcomm platform WiFi -- Native crash caused by WiFi
- JS introduction < 1 >
- Discrimination between sap Hana, s/4hana and SAP BTP
- Named block Verilog
- How to do medium and long-term stocks, and what are the medium and long-term stock trading skills?
- ORA-01547、ORA-01194、ORA-01110
- 2022 hoisting machinery command examination paper and summary of hoisting machinery command examination
- Eight steps of agile development process
- Generate random numbers that obey normal distribution
- QT environment generates dump to solve abnormal crash
猜你喜欢
MySQL connection query and subquery
Verilog 过程赋值 区别 详解
Uniapp uses canvas to generate posters and save them locally
OSPF LSA message parsing (under update)
Unity脚本的基础语法(6)-特定文件夹
Getting started with MQ
Pointer array & array pointer
Halcon image rectification
Verilog parallel block implementation
Verilog 时序控制
随机推荐
Custom classloader that breaks parental delegation
uniapp 使用canvas 生成海报并保存到本地
Gradle 笔记
Merge interval, linked list, array
Global and Chinese market of gynaecological health training manikin 2022-2028: Research Report on technology, participants, trends, market size and share
Form custom verification rules
What is the binding path of SAP ui5
Verilog 线型wire 种类
MySQL connection query and subquery
汇率的查询接口
Unity脚本的基础语法(7)-成员变量和实例化
SAML2.0 笔记(一)
Redis set command line operation (intersection, union and difference, random reading, etc.)
js生成随机数
Kotlin 基础学习13
Mathematical calculation in real mode addressing
【DesignMode】建造者模式(Builder model)
Just a few simple steps - start playing wechat applet
The page in H5 shows hidden execution events
C # joint Halcon's experience of breaking away from Halcon environment and various error reporting solutions