Page 2 of 2

Re: remove tags which are no longer useful

Posted: 14 Feb 2018, 14:48
by SunnyMantis
Thank you for the information.

Re: remove tags which are no longer useful

Posted: 22 Feb 2018, 15:06
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!