i Have the following data in my database in which i need to clean which i need to trim to the end of a specific word which in this instance is 'profile'
GBWTB3614H,database=twn_p_wtb?profile=NDpMT05fV1RCMTY3MjEwNTk6TE9OX1dUQjEwOTk2MTc4OkVOR0xJU0g6R0I6MTExMjYxOTAyNToxMTEyNjE5MDY0Ojo6
The line should look like
GBWTB3614H,database=twn_p_wtb?profile
Is there a way of trimming the data so that anything to the right of the word profile is deleted.
I have been doing this using find and replace using profile* with profile but this doesnt seem to work when i have attempted to use an update query. Is there any other way of updating this data.
Thanks in advance
GBWTB3614H,database=twn_p_wtb?profile=NDpMT05fV1RCMTY3MjEwNTk6TE9OX1dUQjEwOTk2MTc4OkVOR0xJU0g6R0I6MTExMjYxOTAyNToxMTEyNjE5MDY0Ojo6
The line should look like
GBWTB3614H,database=twn_p_wtb?profile
Is there a way of trimming the data so that anything to the right of the word profile is deleted.
I have been doing this using find and replace using profile* with profile but this doesnt seem to work when i have attempted to use an update query. Is there any other way of updating this data.
Thanks in advance