i want to use alter table
but the syntax posted here:
http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
is very confusing
i do not understand what the [ ] mean or the { } mean or the pipes
is there some kind of tutorial that can help me understand this?
[ ]denote optional expressions{ }group words for the pipes.For example:
[COLUMN]means that the wordCOLUMNcan optionally appear{INDEX|KEY}means that eitherINDEXorKEYmust appear[FIRST | AFTER col_name ]means that the wordFIRSTorAFTER (the name of a column)can optionally appear