把字段名和類型加入表中:alter table tabelName add column fieldName fieldType
把表中的字段drop掉:alter table tableName?drop?strFieldName
顯示表中所有的列:show COLUMNS from tableName
顯示數(shù)據(jù)庫中所有表:show tables from datebaseName
把表中的字段drop掉:alter table tableName?drop?strFieldName
顯示表中所有的列:show COLUMNS from tableName
顯示數(shù)據(jù)庫中所有表:show tables from datebaseName