I want to do a replace in an update query.
I can see the standard "set" bit which is normally like
->set(['myfield'=>$myvalue])
but how do I use a function like REPLACE?
Either with the function REPLACE: or using the expression builder Expr::replace
Thanks
I can see the standard "set" bit which is normally like
->set(['myfield'=>$myvalue])
but how do I use a function like REPLACE?
Either with the function REPLACE: or using the expression builder Expr::replace
Thanks
Comment