mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 20:47:41 +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 |