5 lines
		
	
	
		
			228 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			228 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
select dbo.ve_getshortpath(pp.itemid) location, pp.itemid from parts pp
 | 
						|
join items ii on ii.contentid = pp.contentid
 | 
						|
join parts p2 on p2.itemid = ii.itemid
 | 
						|
--where pp.itemid = 4986
 | 
						|
where pp.fromtype in (3, 4) and p2.fromtype = 5 |