Hi.
This is my first day with MySQL. And my only question is how to create new fields in an existing table?
Thank you very much!
Julia
ALTER TABLE table_name ADD new_col VARCHAR(25);
See "Intro to MySQL" at geocities.com/akindele/
Richie.