in reply to Re: Replacing nth occurrence of string
in thread Replacing nth occurrence of string

Thanks for pointing out the quoted-delimiter problem. The idea to simply CREATE a new table, INSERT the old data, and then rename the new table does seem a good way to go and, as svenXY say, nicely DB-like.

Thanks,

loris

  • Comment on Re^2: Replacing nth occurrence of string