Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [bearvv] How to delete unvalidate links all at once?: Edit Log

Here is the list of edits for this post
Re: [bearvv] How to delete unvalidate links all at once?
hmmm...

Code:
DELETE FROM yourprefix_Links WHERE isValidated = 'No'

BUT

in this tables you must(should) delete the relations too
(but you should write your own script with "LEFT JOIN ON")
prefix_CatLinks
prefix_Users

and maybe here (if the links was validated!)
prefix_ClickTrack
prefix_Reviews
prefix_Verify
prefix_Changes


----
ciao
nicky

Last edited by:

Nicky: Dec 26, 2001, 4:29 PM

Edit Log: