mirror of
https://github.com/ada-dmitry/DB.mephi_ada.git
synced 2026-09-24 08:00:16 +00:00
switch device
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
-- Воспользуемся транзакцией
|
||||
|
||||
BEGIN;
|
||||
|
||||
INSERT INTO Cathegory(cath_name, root_id) VALUES
|
||||
('Breakfast', NULL),
|
||||
('Lunch', NULL),
|
||||
('Dinner', NULL),
|
||||
(),
|
||||
(),
|
||||
();
|
||||
|
||||
INSERT INTO Dish VALUES
|
||||
(),
|
||||
(),
|
||||
(),
|
||||
(),
|
||||
(),
|
||||
();
|
||||
Reference in New Issue
Block a user