|
|
 |
Re: FN-FORUM: T-SQL Question
date posted 8th March 2006 15:48
On Wednesday 08 Mar 2006 4:17 pm, Stephen Tierney wrote:
> I have a small problem in that the text has been added online (ages ago=
)
> and some of the text has " instead of " (I assume output escaping
> wasn't considered!)
>
> So my question is... How can I create a query to do a batch update of a=
ll
> the records that contain these elements?
Quickest way (for me) would be to write a small PHP script that would
bang through each record and update as required.
|
 |
|