I want to replace all empty custom user fields with TBC
I have tried this but not working:
Ideally I would do it for only user field id, is that also possible?
Thanks
I have tried this but not working:
Code:
UPDATE `xf_user_field_value`
SET `field_value` = replace(field_value, '', 'TBC')
Ideally I would do it for only user field id, is that also possible?
Thanks