Added another test value

This commit is contained in:
caminsha 2022-07-17 23:56:28 +02:00
parent d324ddb3c9
commit 9e6574bd5a

View file

@ -2,3 +2,4 @@ INSERT INTO customers VALUES(1, 'Egger', 'Stefan', 'St. Gallen', '9000');
INSERT INTO customers VALUES(2, 'Müller', 'Sepp', 'St.Gallen', '9000');
INSERT INTO customers VALUES(3, 'Kurt', 'Kurtl', 'St. gallen', '9000');
INSERT INTO customers VALUES(4, 'Kurt', 'Kurtl', 'St.gallen', '9000');
INSERT INTO customers VALUES(5, 'Kurt', 'Kurtl', 'St. Moritz', '9200');