remove tags which are no longer useful

Get help from other users here.

Moderators: Developer, Contributor

SunnyMantis
Posts: 60
Joined: 03 Jan 2018, 15:39
Location: Toronto, Canada

Re: remove tags which are no longer useful

Post by SunnyMantis »

Thank you for the information.
SunnyMantis
Posts: 60
Joined: 03 Jan 2018, 15:39
Location: Toronto, Canada

Re: remove tags which are no longer useful

Post by SunnyMantis »

YES, those tags (id list) not attached to any issue :
SELECT distinct id FROM MANTIS_TAG_TABLE A LEFT JOIN MANTIS_BUG_TAG_TABLE B ON A.ID=B.TAG_ID WHERE B.TAG_ID IS NULL

Thank you!
Post Reply