|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
|
Enthusiast
Joined: Apr 2002
Posts: 474 |
I am trying to figure out the correct syntax to do a search and replace on the subject....
I got the find working...
SELECT * FROM `w3t_Posts` WHERE `B_Subject` LIKE '[FP7] %'
Now I want the '[FP7]' to be changed to '[FM7]'
|
|
|
|
|
Joined: Oct 2000
Posts: 2,222
Veteran
|
|
Veteran
Joined: Oct 2000
Posts: 2,222 |
this is not going to be exact but it will look something like this
UPDATE w3t_Posts SET B_Subject = REPLACE(B_Subject, '[FP7]', '[FM7]');
Picture perfect penmanship here.
|
|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
|
Enthusiast
Joined: Apr 2002
Posts: 474 |
This will not destroy anything else will it?
|
|
|
|
|
Joined: Apr 2001
Posts: 3,266
Member
|
|
Member
Joined: Apr 2001
Posts: 3,266 |
|
|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
|
Enthusiast
Joined: Apr 2002
Posts: 474 |
Forgot to come back and say thanx... 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 5,834
Joined: January 2000
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 1336
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 3
|
|
|
|
|
|