当前位置:网站首页>Remove HTML tags from Oracle
Remove HTML tags from Oracle
2022-06-29 00:10:00 【hay_ lee】
grammar
Oracle In the database REGEXP_REPLACE The syntax of the function is :
REGEXP_REPLACE(source_char, pattern [, replace_string [, position [, occurrence [, match_parameter ]
-- to update oralce Remove the label from the historical data of the database and store it in the unlabeled field
update IAM_WORK_ITEM_CONTENT t set t.item_content_nolabel = regexp_replace(t.ITEM_CONTENT,'\s*|\t|\r|\n','') ;
update IAM_WORK_ITEM_CONTENT t set t.item_content_nolabel = regexp_replace(t.item_content_nolabel,'<style[^>]*?>.*</style>','') ;
update IAM_WORK_ITEM_CONTENT t set t.item_content_nolabel = regexp_replace(t.item_content_nolabel,'</?[^>]*>|nbsp;|&','') ;




边栏推荐
- Summary of the 25-year-old Ma Nong who graduated three years ago
- What are some tips to improve your interview success rate?
- 单机多实例MYSQL主从复制
- ES6:let、const、箭头函数
- [machine learning] numerical analysis 02 -- finding roots of arbitrary equations
- [buuctf.reverse] 131-135
- 一条update语句到底加了多少锁?带你深入理解底层原理
- Comics | goodbye, postman! One stop collaboration makes apipost more fragrant!
- stm32F407-------外部中断
- TypeScript--第四节:函数
猜你喜欢

The magical zero knowledge proof can not only keep secrets, but also make others believe you!

Online yaml to JSON tool

Give you a project, how will you carry out performance testing (I)
How does the JVM bottom layer implement synchronized

Typescript -- Section 3: Interface

10. Yolo series

【LeetCode】21. Merge two ordered linked lists - go language solution

Stm32f407 ------ clock system (systeminit clock initialization, systick tick timer)

stm32F407-------GPIO输入实验
![[software analysis] iterative explanation of software analysis, design and modeling](/img/37/1163fec464aed365d1ea04e63a0c90.png)
[software analysis] iterative explanation of software analysis, design and modeling
随机推荐
每日一题:消失的数字
10. Yolo series
Typescript -- Section 5: classes
Résumé de Manon, 25 ans, diplômé en trois ans
With notes: insert sort --from WCC
MNIST handwritten numeral recognition demo based on pytorch framework
三个pwn题
Summary of software testing cognition
LinkedIn DataHub --- 经验分享
12. Détection d'objets Mask rcnn
TypeScript--第四节:函数
Encapsulation of JDBC connection and disconnection database
Phoenix installation tutorial
What are some tips to improve your interview success rate?
Online yaml to JSON tool
Stm32f407 ------ clock system (systeminit clock initialization, systick tick timer)
var、let、const 三者的区别
矩 阵 压 缩
Basic use of Chrome browser
MSYQL is abnormal. Don't worry. Mr. Allen will point out the puzzle