Jump to content

[SOLVED] Table


june_c21

Recommended Posts

hi, i need help to solve this problem. Please help. thanks

 

SQL query:

 

CREATE TABLE type_of_title(

 

type_of_title INT CHECK (

type_of_title <6

) PRIMARY KEY ,

t_o_t_desc TEXT NOT NULL

);

 

 

 

MySQL said:  

 

#1064 - 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 'PRIMARY KEY,

    t_o_t_desc TEXT NOT NULL

    )' at line 2

 

 

Link to comment
https://forums.phpfreaks.com/topic/81704-solved-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.