This commit is contained in:
2025-09-15 11:35:13 +02:00
parent 23b3038150
commit fb54fd0856
2 changed files with 24 additions and 0 deletions

View File

@@ -62,3 +62,5 @@ create table region (
insert into region values
(1, 'Est'), (2, 'Ouest');
create database superset;