SourceCode/PROMS/SQL Data Tools/Search for all RNOs in a database.sql
2023-05-09 18:21:47 +00:00

3 lines
135 B
SQL

select cc.* from contents cc
join items ii on ii.contentid=cc.contentid
where ii.itemid in (select itemid from parts where fromtype=5)