0
Theo posted
Error in CREATE table statement in MySQL
Error in CREATE table statement in MySQLSQL query:
CREATE TABLE `search` (
`id` int() NOT NULL,
`seachtext` text NOT NULL,
`view` int() 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 ') NOT NULL,
`seachtext` text NOT NULL,
`view` int() NOT NULL
)' at line 2