Update sql

This commit is contained in:
2023-02-15 17:58:43 +01:00
parent 34cb7666ae
commit 9ae3163c42
3 changed files with 70 additions and 19 deletions

View File

@ -31,10 +31,10 @@ INSERT INTO AT_bundesland VALUES
INSERT INTO wine_quality VALUES
('WEI', 0, 'Wein', NULL, NULL),
('RSW', 0, 'Rebsortenwein', 115, 140),
('LDW', 1, 'Landwein', 140, 150),
('QUW', 3, 'Qualitätswein', 150, 170),
('KAB', 3, 'Kabinett', 170, NULL),
('RSW', 0, 'Rebsortenwein', 11.5, 14.0),
('LDW', 1, 'Landwein', 14.0, 15.0),
('QUW', 3, 'Qualitätswein', 15.0, 17.0),
('KAB', 3, 'Kabinett', 17.0, NULL),
('SPL', 3, 'Spätlese', NULL, NULL);
--INSERT INTO wine_quality (qualid, name)