mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			393 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			393 B
		
	
	
	
	
	
	
	
| 1 | query | database_name | schema_name | user_name | start_time | end_time | aborted | 
|---|---|---|---|---|---|---|---|
| 2 | select * from sales; | default | information_schema | root | 2011-10-05 14:48:00 | 2011-10-05 14:48:01 | TRUE | 
| 3 | select * from marketing; | default | information_schema | root | 2011-10-05 14:48:00 | 2011-10-05 14:48:01 | FALSE | 
| 4 | insert into marketing select * from sales; | default | information_schema | root | 2011-10-05 14:48:00 | 2011-10-05 14:48:01 | TRUE | 
