june_c21 Posted December 14, 2007 Share Posted December 14, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/81704-solved-table/ Share on other sites More sharing options...
fenway Posted December 14, 2007 Share Posted December 14, 2007 That's not valid syntax... what's CHECK? And what's the PK? Quote Link to comment https://forums.phpfreaks.com/topic/81704-solved-table/#findComment-415120 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.