4 lines
207 B
CSV
Raw Normal View History

2022-11-21 13:55:55 +01:00
query,database_name,schema_name
"select * from sales",default,information_schema
"select * from marketing",default,information_schema
"insert into marketing select * from sales",default,information_schema