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.

PHP Forum


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



Freelance Jobs

Reply
Can Somone please fix this SQL code ( should be easy )
Old 12-17-2005, 07:51 PM Can Somone please fix this SQL code ( should be easy )
Ultra Talker

Posts: 253
Trades: 0
Alright, heres the part of it, it says theres a problem in here, can anyone please make it so it works, i plain out suck at mysql statements/coding, thank you so much it should be very easy for someone with basic skill, thanks again!


)
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, 04:44 AM
the12thplaya's Avatar
Experienced Talker

Posts: 38
Trades: 0
I tried it and it works if you remove the front bracket

so it's:

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)
)

Hope that helps.
the12thplaya is offline
Reply With Quote
View Public Profile Visit the12thplaya's homepage!
 
Reply     « Reply to Can Somone please fix this SQL code ( should be easy )
 

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.30385 seconds with 12 queries