Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions lab_8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down Expand Up @@ -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;