diff --git a/lab_8.sql b/lab_8.sql index 035368d..ffa8798 100644 --- a/lab_8.sql +++ b/lab_8.sql @@ -42,7 +42,6 @@ create table partitions.jan_europe partition of partitions.sales_jan25 for values in ('europe'); create table partitions.jan_asia partition of partitions.sales_jan25 for values in ('asia'); -values insert into partitions.sales (trans_id, date, region) VALUES (1, '2025-01-10', 'usa'), (2, '2025-01-11', 'europe'), @@ -208,7 +207,6 @@ where event_name = 'Upload file xml'; select * from only example1.february_log_2023; -delete from example1.logging; +delete from only example1.logging; select * from only example1.february_log_2023; -