3 lines
		
	
	
		
			164 B
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			3 lines
		
	
	
		
			164 B
		
	
	
	
		
			MySQL
		
	
	
	
| 
								 | 
							
								CREATE NONCLUSTERED INDEX [SitePerson_Person_pid_isused_intime_index]
							 | 
						||
| 
								 | 
							
								ON [dbo].[SitePerson_Person] ([ProjectId],[IsUsed],[InTime],[OutTime])
							 | 
						||
| 
								 | 
							
								INCLUDE ([PersonName]);
							 |