Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
PLEASE HELP with Simple SQL code fix.
Old 12-17-2005, 08:55 PM PLEASE HELP with Simple SQL code fix.
Ultra Talker

Posts: 253
Trades: 0
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)
)
takita is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-18-2005, 06:55 AM
the12thplaya's Avatar
Experienced Talker

Posts: 38
Trades: 0
I answered this on the other forum you put it on. If you remove the first ( it should work. It'll be:

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)
)
the12thplaya is offline
Reply With Quote
View Public Profile Visit the12thplaya's homepage!
 
Reply     « Reply to PLEASE HELP with Simple SQL code fix.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.40117 seconds with 12 queries