Gossamer Forum
Home : General : Databases and SQL :

Adding Fields in MySQL

Quote Reply
Adding Fields in MySQL
Is it possible to add a field to an already existing table?

eg.

Table that looks like the following:

Title | Code | Content
some title | 0075 | existing content

And I want:

Title | Code | Content | Date Added
some title | 0075 | existing content | Oct. 10th 2003

Any help is appreciated :D
Subject Author Views Date
Thread Adding Fields in MySQL JoFrRi 16989 Oct 11, 2003, 4:49 PM
Thread Re: [JoFrRi] Adding Fields in MySQL
Stealth 16603 Oct 11, 2003, 8:45 PM
Thread Re: [Stealth] Adding Fields in MySQL
JoFrRi 16619 Oct 12, 2003, 12:08 AM
Post Re: [JoFrRi] Adding Fields in MySQL
lanerj 16557 Oct 12, 2003, 6:25 AM
Thread Re: [JoFrRi] Adding Fields in MySQL
Stealth 16538 Oct 12, 2003, 9:25 AM
Thread Re: [Stealth] Adding Fields in MySQL
JoFrRi 16566 Oct 12, 2003, 7:23 PM
Thread Re: [JoFrRi] Adding Fields in MySQL
Stealth 16545 Oct 12, 2003, 8:10 PM
Post Re: [Stealth] Adding Fields in MySQL
JoFrRi 16476 Oct 12, 2003, 10:00 PM