Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Moving/copying Bulk Links

Quote Reply
Moving/copying Bulk Links
Hi

Is there an easy way to move all the links from one category to another (merging categories), without going through each link.
with 165 links in some cases it does not sound wise at all..




Regards
Abd

http://www.idleb.com
Quote Reply
Re: Moving/copying Bulk Links In reply to
In the SQL Monitor, you could type in:

UPDATE CatLinks SET CategoryID = 'number' WHERE CategoryID = 'someothernumber';

Regards,

Eliot Lee