Jump to content

[SOLVED] What is wrong in this query?


Ruud Hermans

Recommended Posts

WHen running the following query:

CREATE TABLE members(
id INT( 4 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
name VARCHAR( 30 ) NOT NULL ,
PASSWORD VARCHAR( 30 ) NOT NULL ,
email VARCHAR( 30 ) ,
location VARCHAR( 30 ) NOT NULL ,
registered DATE( )
);

I get this error from PHPMyAdmin:

#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 '( ) )' at line 7

Anyone know what could be wrong?

Link to comment
https://forums.phpfreaks.com/topic/164420-solved-what-is-wrong-in-this-query/
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.