Can you tell me the command for inserting a new field into a table that is already created in mysql?
joon
ALTER TABLE
Read the manual
Where is the manual? Do you happen to know the URL?
Oh boy.........
bookmark it http://www.mysql.com/documentation/index.html
Okay, I bookmarked it.
and I found the following code.
alter table table_name add field_name varchar(40) not null;