Minimorgie
Technical User
Hi,
I've trawled previous threads to see if I can find an answer (that's clear to me!) to my problem but no joy. Anyway, I'm using SQL scripts to extract data from a source database into a reporting database. Some of the data contains text which I need to remove e.g.
### Bronte Rent ### this is always at the start of the data and is always contained within the # signs but what is between the # signs varies in content and lenght.
I've tried using REPLACE but it's not possible to use a wildcard.
Can anyone suggest anything that a basic level user can understand? The tablename is pamwin_supplemental and one of the fieldnames is notes.
Many thanks
I've trawled previous threads to see if I can find an answer (that's clear to me!) to my problem but no joy. Anyway, I'm using SQL scripts to extract data from a source database into a reporting database. Some of the data contains text which I need to remove e.g.
### Bronte Rent ### this is always at the start of the data and is always contained within the # signs but what is between the # signs varies in content and lenght.
I've tried using REPLACE but it's not possible to use a wildcard.
Can anyone suggest anything that a basic level user can understand? The tablename is pamwin_supplemental and one of the fieldnames is notes.
Many thanks