Partial String Update
From: scmiles (anonymous_at_discussions.microsoft.com)
Date: 03/16/04
- Next message: Rishi: "How to limit the number of sql statements ?"
- Previous message: Ray Higdon: "Re: Indexes"
- Next in thread: Ray Higdon: "Re: Partial String Update"
- Reply: Ray Higdon: "Re: Partial String Update"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 12:24:09 -0800
Hello, I am trying to figure out how to write a query
that can update only part of a string in a given column.
Example:
Table = WebSites
Column = url
Exsiting record = http://www.site.com
Needs updated to = https://www.site.com
or
Exsiting record = http://servername/pathX
Needs updated to = https://www.site.com/pathX
I need to do this for every record in the table.
- Next message: Rishi: "How to limit the number of sql statements ?"
- Previous message: Ray Higdon: "Re: Indexes"
- Next in thread: Ray Higdon: "Re: Partial String Update"
- Reply: Ray Higdon: "Re: Partial String Update"
- Messages sorted by: [ date ] [ thread ]