Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.31 KB | None | 0 0
  1. INSERT INTO `lehrer` (`Anrede`, `Nachname`, `Vorname`, `Geburtsdatum`, `Geburtsort`, `Hausnummer`, `Strasse`, `Postleitzahl`, `Ortschaft`, `Land`, `Geschlecht`, `Telefon`, `Emailadresse`, `Foto`, `Matrikel`, `Einstellungsdatum`, `Autokennzeichen`, `Fachbereich`, `SchlüsselErhalten`) VALUES
  2. ('Herr', 'Bobes', 'Bob', '2018-03-12', 'Deutschland', 64, 'rue fdgssfdg ', '7894', 'Luxemburg', 'Deutschland', 'M', '879896748', 'bob@lehrerbob.com', '', 2018031232165, '2018-03-24', 'fd564h', 'Deutsch', 1),
  3. ('Herr', 'Bobes2', 'Bob2', '2018-03-12', 'Deutschland', 64, 'rue fdgssfdg ', '7894', 'Luxemburg', 'Deutschland', 'M', '879896748', 'bob@lehrerbob.com', '', 2018031232166, '2018-03-24', 'fd564h', 'Deutsch', 1),
  4. ('Herr', 'Bobes3', 'Bob3', '2018-03-12', 'Deutschland', 64, 'rue fdgssfdg ', '7894', 'Luxemburg', 'Deutschland', 'M', '879896748', 'bob@lehrerbob.com', '', 2018031232167, '2018-03-24', 'fd564h', 'Deutsch', 1),
  5. ('Herr', 'Bobes4', 'Bob4', '2018-03-12', 'Deutschland', 64, 'rue fdgssfdg ', '7894', 'Luxemburg', 'Deutschland', 'M', '879896748', 'bob@lehrerbob.com', '', 2018031232168, '2018-03-24', 'fd564h', 'Deutsch', 1),
  6. ('Herr', 'Bobes5', 'Bob5', '2018-03-12', 'Deutschland', 64, 'rue fdgssfdg ', '7894', 'Luxemburg', 'Deutschland', 'M', '879896748', 'bob@lehrerbob.com', '', 2018031232169, '2018-03-24', 'fd564h', 'Deutsch', 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement