Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Old 09-14-2005, 05:44 PM SQL Query Help...
Brian07002's Avatar
Defies a Status

Posts: 2,140
Name: ...
Location: ...
Trades: 0
Hi,

I want to delete some info from my products table from my database...Here's what I have so far:

Quote:
UPDATE products SET description=REPLACE(description, 'oldstring', 'newstring');
Now, let's say I only want to delete only the text that was linked in the description field? How would I achieve that?

Thank you!
-Brian
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-14-2005, 10:20 PM
Brian07002's Avatar
Defies a Status

Posts: 2,140
Name: ...
Location: ...
Trades: 0
Have just tried this and still no good:

Quote:
UPDATE tablename SET fieldname=REPLACE(fieldname, REGEXP ''^<a>.</a>$",'');
Any ideas?
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 12-25-2005, 05:53 PM
Brian07002's Avatar
Defies a Status

Posts: 2,140
Name: ...
Location: ...
Trades: 0
Hi,

^^ Just curious if anyone could figure out the code in my previous post...^^

I was trying to delete links from descriptions from an sql (MYSQL) database.

Ex:

Quote:
This is my description, and This is an Example of what I am trying to delete from an sql query using phpmyadmin</a>
The code in the previous post didn't work, can anyone assist?

-Brian
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to SQL Query Help...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.49986 seconds with 12 queries