Using SQL to Create A Field

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
snowrhythm
Forum Commoner
Posts: 75
Joined: Thu May 04, 2006 1:14 pm
Location: North Bay Area, CA

Using SQL to Create A Field

Post by snowrhythm »

I was having trouble finding an answer for this so I thought I'd ask here....is there any way to use SQL to create a field
in an already existing table in a MySQL database?


Thanks for any help.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

ALTER Table.
Post Reply