Answers for "select all if id in another table"

0

select all if id in another table

SELECT * FROM terms WHERE id IN 
   (SELECT term_id FROM terms_relation WHERE taxonomy = "categ")
Posted by: Guest on July-09-2020

Code answers related to "select all if id in another table"

Browse Popular Code Answers by Language