|
It says theres a problem with something below when entering in sql ( its not all of the code,t ghe rest is fine ) please help, i have NO skill at SQL, and i would definetly appreciate a fix to this which should be extremely simple for anyone with basic skill at SQL, please help me out, thanks!
)
CREATE TABLE bl_friends (
associd bigint(20) NOT NULL auto_increment,
addid bigint(20) NOT NULL default '0',
addedid bigint(20) NOT NULL default '0',
PRIMARY KEY (associd)
)
|