Guest User

Untitled

a guest
Feb 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. CREATE TABLE name_price (
  2. id int NOT NULL,
  3. name Varchar NOT NULL,
  4. price int,
  5. PRIMARY KEY (id, name)
  6.  
  7. 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,
  8. price int,
  9. PRIMARY KEY (id, name)
  10. )' at line 3
Add Comment
Please, Sign In to add comment