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
Old 07-10-2005, 11:06 PM Is it possible
Experienced Talker

Posts: 32
Trades: 0
i have a database called class and in this databasei have a table call students. So if i do describe student then you will see student name, grade, graduationdate, if you do select grade from Students then it will describe the grades for each student . Well what i want to do is to add another section to table students so that means in table student i want to add one more table name average so all the colums of student will now be student name grade graduationdate and average - is this possible if yes what is the syntax to do so if it doesnt make sense what i am asking pleaes im me at rcubes85 on aim
rcubes85 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-11-2005, 02:44 AM
Enigmatic's Avatar
Registered User

Posts: 86
Location: No Fixed Abode
Trades: 0
PHP Code:
$addColumn mysql_query("ALTER TABLE students ADD COLUMN average INT NOT NULL AFTER graduation"); 
Enigmatic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Is it possible
 

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