updaet sqlite.sh

This commit is contained in:
2023-03-13 21:11:10 +01:00
parent b7f4465c6f
commit e01f4e1c34
3 changed files with 2 additions and 1 deletions

9
sql/01.plz-fix.sql Normal file
View File

@ -0,0 +1,9 @@
INSERT INTO AT_plz (plz, okz, dest)
VALUES (2241, 3560, 'Schönkirchen-Reyersdorf'),
(2165, 5013, 'Drasenhofen'),
(2134, 5115, 'Staaz-Kautendorf');
UPDATE AT_ort SET name = 'Etzmannsdorf am Kamp' WHERE okz = 3938;
DELETE FROM AT_plz WHERE (plz, okz) = (2231, 5011);