• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick sql question

AntiFreze

Golden Member
So I'm pretty sure it will be this when I run it:

UPDATE [tabl_name]
SET Data = replace(Data,'href=\"/','href=\"../');

how do I write this as a SELECT query so I can test the results before I run it? Simple I know... it's been a long day and google is failing me atm.

I appreciate the help.
 
Back
Top