3 lines
		
	
	
		
			135 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			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) |