Added another test value
This commit is contained in:
parent
d324ddb3c9
commit
9e6574bd5a
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue