当前位置:网站首页>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
边栏推荐
- Framing in data transmission
- Kotlin basic learning 14
- West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials
- This article describes the step-by-step process of starting the NFT platform project
- Kotlin basic learning 15
- Detailed explanation of the difference between Verilog process assignment
- C # joint halcon out of halcon Environment and various Error Reporting and Resolution Experiences
- Go执行shell命令
- OSPF LSA message parsing (under update)
- aaaaaaaaaaaaa
猜你喜欢

OSPF LSA message parsing (under update)

Unity脚本的基础语法(6)-特定文件夹

Verilog avoid latch

Exchange rate query interface

What do you know about stock selling skills and principles
On redis (II) -- cluster version

Design details of SAP e-commerce cloud footernavigationcomponent

MySQL之账号管理

ZABBIX API creates hosts in batches according to the host information in Excel files

This article describes the step-by-step process of starting the NFT platform project
随机推荐
venn图取交集
Spark Tuning
微信小程序中 在xwml 中使用外部引入的 js进行判断计算
Verilog 线型wire 种类
Continuous assignment of Verilog procedure
命名块 verilog
Load different fonts in QML
Go执行shell命令
Kubernetes cluster storageclass persistent storage resource core concept and use
MySQL之账号管理
Learn PWN from CTF wiki - ret2shellcode
Global and Chinese market of autotransfusion bags 2022-2028: Research Report on technology, participants, trends, market size and share
ORA-01547、ORA-01194、ORA-01110
Calculation of page table size of level 2, level 3 and level 4 in protection mode (4k=4*2^10)
Kotlin basic learning 16
Halcon image rectification
Grpc quick practice
This article describes the step-by-step process of starting the NFT platform project
Detailed explanation of ThreadLocal
JS introduction < 1 >