Guest User

Untitled

a guest
Oct 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Error:04.09.2011 12:24:30 0:00:00.020: Lookup Error - MySQL Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL,
  2. PRIMARY KEY (Kundennr)
  3. )' at line 5
  4. 1: CREATE TABLE Kundeninfo(
  5. Kundennr INT NOT NULL AUTO_INCREMENT,
  6. Name VARCHAR(25) NOT NULL,
  7. PLZ INT NOT NULL,
  8. Ort VARCHAR(25), NOT NULL,
  9. PRIMARY KEY (Kundennr)
  10. )
Add Comment
Please, Sign In to add comment