Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Description question

Quote Reply
Description question
hey

I have a strange question...
Is there a way to delete all sites without description in the database?
The manual way will not work since I have over 15,000 links in my database.

I do have a good reasons to do that..


Regards
Christa
Quote Reply
Re: Description question In reply to
You can use the SQL monitor

DELETE FROM Links
Where Description = '' or Description IS NULL

You might want to try a "SELECT" rather than a DELETE to see what the where clause will do, since it's permanent.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ