mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-29 20:30:19 +00:00
207 B
207 B
1 | query | database_name | schema_name |
---|---|---|---|
2 | select * from sales | default | information_schema |
3 | select * from marketing | default | information_schema |
4 | insert into marketing select * from sales | default | information_schema |