[ad_1]
select distinct pt.tagname
from post_tag pt
where not exists
(
select *
from post_category pc
where pc.post_id = pt.post_id
)
[ad_2]
solved SQL Inner Join not exist
[ad_1]
select distinct pt.tagname
from post_tag pt
where not exists
(
select *
from post_category pc
where pc.post_id = pt.post_id
)
[ad_2]
solved SQL Inner Join not exist