XF 2.2 Replace column with the Finder?

Newsman

Active member
Hey there!

So with MySQL queries, it is possible to change the value inside columns with replace; it goes something like this:

.. WHERE replace(columnname, "elementsToReplace", "replacement")..

Is something similar possible with the Finder?

Cheers!
 
Back
Top Bottom