I need to do some manipulation on the field before...
# orm-help
a
I need to do some manipulation on the field before comparison:
Copy code
SELECT <fields> FROM <db.table> WHERE regexp_replace(mobile_phone, '[^\w]', 'g') = <value>
👀 1
n
Hey 👋 If I understand correctly you want to determine the column name dynamically before invoking query, right?
v
👋 Hello @Almog Baku, did you have a chance to check Nurul's question? Let us know if you still need help!