ostgres数据库替换语法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/li740207611/article/details/84196154

postgres数据库替换语法

^(1/4) 替换为 ^0.25


UPDATE model_struct 
SET aviator_formula = REPLACE ( aviator_formula, '^(1/4)', '^0.25' ) 
WHERE
	aviator_formula LIKE '%^(1/4)%'

猜你喜欢

转载自blog.csdn.net/li740207611/article/details/84196154